Add missing quote when logging translation lookup

This commit is contained in:
Martchus 2019-08-10 00:10:16 +02:00
parent 8cbe2da2a2
commit 6b510b21e7
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ void logTranslationEvent(
{
cerr << event << " translation file for \"" << applicationName.toLocal8Bit().data() << "\"";
if (!configName.isEmpty()) {
cerr << " (config \"" << configName.toLocal8Bit().data() << ')';
cerr << " (config \"" << configName.toLocal8Bit().data() << "\")";
}
cerr << " and locale \"" << localeName.toLocal8Bit().data() << '\"';
if (!path.isEmpty()) {