diff --git a/net/iob/iob_add_queue.c b/net/iob/iob_add_queue.c index c3da0dd68f..bc7e0adb8e 100644 --- a/net/iob/iob_add_queue.c +++ b/net/iob/iob_add_queue.c @@ -150,7 +150,7 @@ int iob_tryadd_queue(FAR struct iob_s *iob, FAR struct iob_queue_s *iobq) qentry = iob_tryalloc_qentry(); if (!qentry) { - ndbg("ERROR: Failed to allocate a container\n"); + nlldbg("ERROR: Failed to allocate a container\n"); return -ENOMEM; }