respondd-module-airtime: remove incorrect fprintf argument

This commit is contained in:
Matthias Schiffer 2021-10-17 16:33:22 +02:00
parent 8346980194
commit a7d504cb89
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
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);