mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
Without lowsyslog() *llwarn() is not useful. Eliminate and replace with *warn().
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user