net/sixlowpan/sixlowpan_icmpv6send.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-12-04 10:48:41 +09:00 committed by Xiang Xiao
parent 3f57667647
commit 87f93071e0
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ void sixlowpan_icmpv6_send(FAR struct net_driver_s *dev,
if (ipv6icmpv6->ipv6.proto != IP_PROTO_ICMP6)
{
nwarn("WARNING: Expected ICMPv6 prototype: %u vs %s\n",
nwarn("WARNING: Expected ICMPv6 prototype: %u vs %u\n",
ipv6icmpv6->ipv6.proto, IP_PROTO_ICMP6);
}
else