# # # patch "src/util/DebugLog.cpp" # from [3c707a7820af0a0260c60a1f765e6a0e214418f7] # to [b8707e87b54de1beddfc73e4b440affbd5660ecd] # ============================================================ --- src/util/DebugLog.cpp 3c707a7820af0a0260c60a1f765e6a0e214418f7 +++ src/util/DebugLog.cpp b8707e87b54de1beddfc73e4b440affbd5660ecd @@ -171,7 +171,7 @@ void DebugLog::doLog(Type t, QString msg // print the message on console if (logToConsole) { - fprintf(stderr, formattedMsg.constData()); + fprintf(stderr, "%s", formattedMsg.constData()); } // print the message to the logfile