net/: Change some nerr() ERRORS to nwarn() WARNINGS. Anomolous network events are not errors.

This commit is contained in:
Gregory Nutt
2016-06-12 07:08:40 -06:00
parent a0c1eab513
commit 7d0950bb22
12 changed files with 29 additions and 33 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ void icmp_input(FAR struct net_driver_s *dev)
else
{
nllerr("ERROR: Unknown ICMP cmd: %d\n", picmp->type);
nllwarn("WARNING: Unknown ICMP cmd: %d\n", picmp->type);
goto typeerr;
}