summaryrefslogtreecommitdiff
path: root/daemon/notificationmanager.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/notificationmanager.cpp
parent0fa2ca1ee1dec8d7355115426a762f9fe808f2f6 (diff)
Since Log4Qt uses QDebug underneath now, it autoinserts spaces while logging
Diffstat (limited to 'daemon/notificationmanager.cpp')
-rw-r--r--daemon/notificationmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/notificationmanager.cpp b/daemon/notificationmanager.cpp
index 9050605..104c614 100644
--- a/daemon/notificationmanager.cpp
+++ b/daemon/notificationmanager.cpp
@@ -208,7 +208,7 @@ void NotificationManager::Notify(const QString &app_name, uint replaces_id, cons
//Never send empty data and subject
if (data.isEmpty() && subject.isEmpty()) {
- logger()->warn() << Q_FUNC_INFO << "Empty subject and data in dbus app " << app_name;
+ logger()->warn() << Q_FUNC_INFO << "Empty subject and data in dbus app:" << app_name;
return;
}