Net: use nlldbg since an iob can be added from an interrupt

This commit is contained in:
Andrew Webster 2016-01-22 16:23:31 -06:00 committed by Gregory Nutt
parent 49e5cc5a6f
commit 5c589e5b9c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }