Net: use nlldbg since an iob can be added from an interrupt
This commit is contained in:
parent
49e5cc5a6f
commit
5c589e5b9c
|
@ -150,7 +150,7 @@ int iob_tryadd_queue(FAR struct iob_s *iob, FAR struct iob_queue_s *iobq)
|
||||||
qentry = iob_tryalloc_qentry();
|
qentry = iob_tryalloc_qentry();
|
||||||
if (!qentry)
|
if (!qentry)
|
||||||
{
|
{
|
||||||
ndbg("ERROR: Failed to allocate a container\n");
|
nlldbg("ERROR: Failed to allocate a container\n");
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue