ignore_dbusclose: Add debug message when ignoring
This commit is contained in:
parent
7796f7f848
commit
7bd55a53bf
@ -495,6 +495,7 @@ static void dbus_cb_CloseNotification(
|
|||||||
guint32 id;
|
guint32 id;
|
||||||
g_variant_get(parameters, "(u)", &id);
|
g_variant_get(parameters, "(u)", &id);
|
||||||
if (settings.ignore_dbusclose) {
|
if (settings.ignore_dbusclose) {
|
||||||
|
LOG_D("Ignoring CloseNotification message");
|
||||||
// Stay commpliant by lying to the sender, telling him we closed the notification
|
// Stay commpliant by lying to the sender, telling him we closed the notification
|
||||||
if (id > 0) {
|
if (id > 0) {
|
||||||
struct notification *n = queues_get_by_id(id);
|
struct notification *n = queues_get_by_id(id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user