From c678ba16b85ebfc2253f961ee049054ab542fae2 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 22 Sep 2021 08:28:46 -0500 Subject: [PATCH] netdev: Pretty print the unicast notification type --- src/netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netdev.c b/src/netdev.c index 6e38383a..4ced2e3c 100644 --- a/src/netdev.c +++ b/src/netdev.c @@ -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;