summaryrefslogtreecommitdiffstats
path: root/src/util/consoleLogger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/consoleLogger.cpp')
-rwxr-xr-xsrc/util/consoleLogger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/consoleLogger.cpp b/src/util/consoleLogger.cpp
index 5d07dbe..9189543 100755
--- a/src/util/consoleLogger.cpp
+++ b/src/util/consoleLogger.cpp
@@ -235,7 +235,7 @@ void ConsoleLogger::_prepareLog()
if (_logFile.good())
_logFileGood = true;
else
- printf("ERROR: Logfile ( %s ) not accessible/found. Logs will not be available.\n", _logPath.toUtf8().data());
+ qDebug("ERROR: Logfile ( %s ) not accessible/found. Logs will not be available.", qPrintable(_logPath));
_logFile.close();
}