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:
Gregory Nutt
2016-06-11 17:37:21 -06:00
parent ad2f7b0119
commit f4fcdcdb4d
28 changed files with 91 additions and 88 deletions
+1 -1
View File
@@ -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;
}