From 9f6288b5f755e951c91a163e48e7ed12cc3e20f7 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Fri, 1 Aug 2014 13:07:30 +0200 Subject: Since Log4Qt uses QDebug underneath now, it autoinserts spaces while logging --- daemon/daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/daemon.cpp') 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[]) -- cgit v1.2.3