mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
net/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ void arp_arpin(FAR struct net_driver_s *dev)
|
||||
|
||||
if (dev->d_len < (sizeof(struct arp_hdr_s) + ETH_HDRLEN))
|
||||
{
|
||||
nllerr("Too small\n");
|
||||
nllerr("ERROR: Packet Too small\n");
|
||||
dev->d_len = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user