mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:39:39 +01:00
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:
parent
bced9dcf4b
commit
c084dcf6b8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user