3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-22 13:02:44 +01:00

netdev: Pretty print the unicast notification type

This commit is contained in:
Denis Kenzior 2021-09-22 08:28:46 -05:00
parent bfde5d4d09
commit c678ba16b8

View File

@ -5210,7 +5210,7 @@ static void netdev_unicast_notify(struct l_genl_msg *msg, void *user_data)
if (!cmd)
return;
l_debug("Unicast notification %u", cmd);
l_debug("Unicast notification %s(%u)", nl80211cmd_to_string(cmd), cmd);
if (!l_genl_attr_init(&attr, msg))
return;