ignore_dbusclose: Add debug message when ignoring

This commit is contained in:
matclab 2020-07-12 22:42:26 +02:00
parent 7796f7f848
commit 7bd55a53bf

View File

@ -495,6 +495,7 @@ static void dbus_cb_CloseNotification(
guint32 id;
g_variant_get(parameters, "(u)", &id);
if (settings.ignore_dbusclose) {
LOG_D("Ignoring CloseNotification message");
// Stay commpliant by lying to the sender, telling him we closed the notification
if (id > 0) {
struct notification *n = queues_get_by_id(id);