3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 11:28:38 +02: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:
Andrew Zaborowski 2022-09-20 16:05:07 +02:00 committed by Denis Kenzior
parent bced9dcf4b
commit c084dcf6b8

View File

@ -373,8 +373,7 @@ static void netconfig_agent_receive_reply(struct l_dbus_message *reply,
const char *error, *text; const char *error, *text;
bool success = true; bool success = true;
l_debug("agent reply from %s %s", l_dbus_message_get_sender(reply), l_debug("agent reply from %s", l_dbus_message_get_sender(reply));
l_dbus_message_get_path(reply));
data->pending_id[INDEX_FOR_AF(cd->family)] = 0; data->pending_id[INDEX_FOR_AF(cd->family)] = 0;