Without lowsyslog() *llwarn() is not useful. Eliminate and replace with *warn().

This commit is contained in:
Gregory Nutt
2016-06-20 09:37:08 -06:00
parent 2b445ddccc
commit d40a473f72
52 changed files with 180 additions and 386 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ void icmp_input(FAR struct net_driver_s *dev)
else
{
nllwarn("WARNING: Unknown ICMP cmd: %d\n", picmp->type);
nwarn("WARNING: Unknown ICMP cmd: %d\n", picmp->type);
goto typeerr;
}