diff options
Diffstat (limited to 'saltoqd')
-rw-r--r-- | saltoqd/notificationmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |