Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().

This commit is contained in:
Gregory Nutt
2016-06-20 12:44:38 -06:00
parent 43eb04bb8f
commit 2a751068e6
93 changed files with 310 additions and 551 deletions
+1 -1
View File
@@ -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;
}