mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
net/pkt: pkt_input() should not report an error using the nerr() macro when the PKT tap does not need the packet. That is not an error. Use ninfo() instead.
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ int pkt_input(struct net_driver_s *dev)
|
||||
}
|
||||
else
|
||||
{
|
||||
nerr("ERROR: No listener\n");
|
||||
ninfo("No PKT listener\n");
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user