diff --git a/resources/resources.cpp b/resources/resources.cpp index 66048e5..3d06ab0 100644 --- a/resources/resources.cpp +++ b/resources/resources.cpp @@ -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()) {