summaryrefslogtreecommitdiff
path: root/daemon/daemon.cpp
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2014-08-01 13:07:30 +0200
committerTomasz Sterna <tomek@xiaoka.com>2014-08-02 00:55:18 +0200
commit9f6288b5f755e951c91a163e48e7ed12cc3e20f7 (patch)
treefdbf69bb53c428a134767176a2f5dbdc3a0174f8 /daemon/daemon.cpp
parent0fa2ca1ee1dec8d7355115426a762f9fe808f2f6 (diff)
Since Log4Qt uses QDebug underneath now, it autoinserts spaces while logging
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[])