net: ip: reword appdata debug message in packet_received
Trivial text tweak for clarity. Change-Id: I470d54d86de7ddc4e83e3ad871448c244134c117 Signed-off-by: Michael Scott <michael.scott@linaro.org>
This commit is contained in:
parent
742b5e22ea
commit
f23ca0e5e1
1 changed files with 1 additions and 1 deletions
|
@ -1863,7 +1863,7 @@ enum net_verdict packet_received(struct net_conn *conn,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
NET_DBG("Set appdata to %p len %u (total %zu)",
|
NET_DBG("Set appdata %p to len %u (total %zu)",
|
||||||
net_nbuf_appdata(buf), net_nbuf_appdatalen(buf),
|
net_nbuf_appdata(buf), net_nbuf_appdatalen(buf),
|
||||||
total_len);
|
total_len);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue