From c084dcf6b8af1437676f339510e2f8dfb300813b Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Tue, 20 Sep 2022 16:05:07 +0200 Subject: [PATCH] netconfig: Drop D-Bus path from debug message l_dbus_message_get_path(reply) is normally NULL in this callback so don't bother printing it. --- src/netconfig-commit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/netconfig-commit.c b/src/netconfig-commit.c index 9894ace2..96436c1c 100644 --- a/src/netconfig-commit.c +++ b/src/netconfig-commit.c @@ -373,8 +373,7 @@ static void netconfig_agent_receive_reply(struct l_dbus_message *reply, const char *error, *text; bool success = true; - l_debug("agent reply from %s %s", l_dbus_message_get_sender(reply), - l_dbus_message_get_path(reply)); + l_debug("agent reply from %s", l_dbus_message_get_sender(reply)); data->pending_id[INDEX_FOR_AF(cd->family)] = 0;