From b75ba51f018b3d0e6268dea6be39943acb7b06a7 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 12 Jul 2015 02:19:06 +0200 Subject: update to latest watchfish --- saltoqd/notificationmanager.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'saltoqd') diff --git a/saltoqd/notificationmanager.cpp b/saltoqd/notificationmanager.cpp index 9c3a63c..22e8a35 100644 --- a/saltoqd/notificationmanager.cpp +++ b/saltoqd/notificationmanager.cpp @@ -28,6 +28,7 @@ void NotificationManager::handleNotification(Notification *n) if (n->sender().isEmpty() || (n->body().isEmpty() && n->summary().isEmpty())) { // Never create a card for an empty notification + qDebug() << "Ignoring empty notification" << notificationId; return; } -- cgit v1.2.3