We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d17e7d commit 891e79eCopy full SHA for 891e79e
1 file changed
app/src/main/java/org/gnucash/android/export/qif/QifExporter.java
@@ -62,7 +62,7 @@ public class QifExporter extends Exporter{
62
*/
63
public QifExporter(ExportParams params){
64
super(params, null);
65
- LOG_TAG = "OfxExporter";
+ LOG_TAG = "QifExporter";
66
}
67
68
/**
@@ -72,7 +72,7 @@ public QifExporter(ExportParams params){
72
73
public QifExporter(ExportParams params, SQLiteDatabase db){
74
super(params, db);
75
76
77
78
@Override
0 commit comments