From 842a5242f797eb9cff28b4c77b06d084ded9e705 Mon Sep 17 00:00:00 2001 From: matclab Date: Tue, 14 Jul 2020 17:52:36 +0200 Subject: [PATCH] Remove warning message This message has no real added value and is emitted every time a notification is closed when `ignore_dbuclose` is set. --- src/dbus.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dbus.c b/src/dbus.c index a4501f6..fd82060 100644 --- a/src/dbus.c +++ b/src/dbus.c @@ -525,8 +525,6 @@ static void dbus_cb_GetServerInformation( void signal_notification_closed(struct notification *n, enum reason reason) { if (!n->dbus_valid) { - LOG_W("Closing notification '%s' not supported. " - "Notification already closed.", n->summary); return; }