mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-19 04:02:09 +01:00
Report correct file in error message
This commit is contained in:
parent
8deab1c9ca
commit
e90f152432
@ -97,7 +97,7 @@ void App::loadDatums()
|
|||||||
qWarning("%s: parse error on line %d: %s", qPrintable(df),
|
qWarning("%s: parse error on line %d: %s", qPrintable(df),
|
||||||
Datum::errorLine(), qPrintable(Datum::errorString()));
|
Datum::errorLine(), qPrintable(Datum::errorString()));
|
||||||
else
|
else
|
||||||
qWarning("%s: %s", qPrintable(ef), qPrintable(
|
qWarning("%s: %s", qPrintable(df), qPrintable(
|
||||||
Datum::errorString()));
|
Datum::errorString()));
|
||||||
} else
|
} else
|
||||||
ok = true;
|
ok = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user