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.
This commit is contained in:
Andrew Zaborowski 2022-09-20 16:05:07 +02:00 committed by Denis Kenzior
parent bced9dcf4b
commit c084dcf6b8
1 changed files with 1 additions and 2 deletions

View File

@ -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;