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/notificationmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/notificationmanager.cpp') 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; } -- cgit v1.2.3