Remove warning message
This message has no real added value and is emitted every time a notification is closed when `ignore_dbuclose` is set.
This commit is contained in:
parent
7bd55a53bf
commit
842a5242f7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user