mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
This commit is contained in:
@@ -143,7 +143,7 @@ void igmp_input(struct net_driver_s *dev)
|
||||
group = igmp_grpallocfind(dev, &destipaddr);
|
||||
if (!group)
|
||||
{
|
||||
nllerr("ERROR: Failed to allocate/find group: %08x\n", destipaddr);
|
||||
nerr("ERROR: Failed to allocate/find group: %08x\n", destipaddr);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user