respondd-module-airtime: remove incorrect fprintf argument

(cherry picked from commit 806703222f)
This commit is contained in:
Matthias Schiffer 2021-10-17 16:33:22 +02:00 committed by David Bauer
parent 97981c2769
commit d068e7ddbd
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ bool nl_send_dump(nl_recvmsg_msg_cb_t cb, void *cb_arg, int cmd, uint32_t cmd_ar
ERR("nlmsg_alloc() failed\n");
if (!genlmsg_put(msg, 0, 0, ctrl, 0, NLM_F_DUMP, cmd, 0))
ERR("genlmsg_put() failed while putting cmd %d\n", ret, cmd);
ERR("genlmsg_put() failed while putting cmd %d\n", cmd);
if (cmd_arg != 0)
NLA_PUT_U32(msg, NL80211_ATTR_IFINDEX, cmd_arg);