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:
Michael Scott 2017-01-10 09:28:44 -08:00 committed by Tomasz Bursztyka
commit f23ca0e5e1

View file

@ -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),
total_len);