summaryrefslogtreecommitdiff
path: root/daemon/daemon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/daemon.cpp')
-rw-r--r--daemon/daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/daemon.cpp b/daemon/daemon.cpp
index 252e715..584710a 100644
--- a/daemon/daemon.cpp
+++ b/daemon/daemon.cpp
@@ -64,7 +64,7 @@ void initLogging()
// console.log() exactly in Sailfish OS device release builds doesn't go through the same qDebug() channel
Log4Qt::LogManager::setHandleQtMessages(true);
- qDebug() << "Using following log config file: " << usedConfigFile;
+ qDebug() << "Using following log config file:" << usedConfigFile;
}
int main(int argc, char *argv[])