net/sixlowpan/sixlowpan_send.c: Fix a syslog format
This commit is contained in:
parent
dcfe08d227
commit
b7be6047bb
|
@ -103,7 +103,7 @@ static uint16_t send_eventhandler(FAR struct net_driver_s *dev,
|
||||||
{
|
{
|
||||||
FAR struct sixlowpan_send_s *sinfo = (FAR struct sixlowpan_send_s *)pvpriv;
|
FAR struct sixlowpan_send_s *sinfo = (FAR struct sixlowpan_send_s *)pvpriv;
|
||||||
|
|
||||||
ninfo("flags: %04x: %d\n", flags);
|
ninfo("flags: %04x\n", flags);
|
||||||
|
|
||||||
/* Verify that this is a compatible network driver. */
|
/* Verify that this is a compatible network driver. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue