From 4591cfcd37341688c7d7dba7c83bad5e8e107b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Wed, 3 May 2023 01:00:08 +0200 Subject: [PATCH] spa: bluez: modemmanager: do not log message sender as warning --- spa/plugins/bluez5/modemmanager.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/spa/plugins/bluez5/modemmanager.c b/spa/plugins/bluez5/modemmanager.c index cd894157f..a114d7251 100644 --- a/spa/plugins/bluez5/modemmanager.c +++ b/spa/plugins/bluez5/modemmanager.c @@ -539,8 +539,6 @@ static DBusHandlerResult mm_filter_cb(DBusConnection *bus, DBusMessage *m, void } else if (dbus_message_is_signal(m, DBUS_INTERFACE_OBJECTMANAGER, DBUS_SIGNAL_INTERFACES_ADDED)) { DBusMessageIter arg_i; - spa_log_warn(this->log, "sender: %s", dbus_message_get_sender(m)); - if (!dbus_message_iter_init(m, &arg_i) || !spa_streq(dbus_message_get_signature(m), "oa{sa{sv}}")) { spa_log_error(this->log, "Invalid signature found in InterfacesAdded"); goto finish;