From 5c589e5b9c98aa8965a9cdce632261c7138035aa Mon Sep 17 00:00:00 2001 From: Andrew Webster Date: Fri, 22 Jan 2016 16:23:31 -0600 Subject: [PATCH] Net: use nlldbg since an iob can be added from an interrupt --- net/iob/iob_add_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }