net: buf: Fix net buf debug

Net buf debug doesn't print even CONFIG_NET_BUF_DEBUG enabled.

Change-Id: Icbecc01b47010b7c3448fc3e8c07fd377842b15b
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
This commit is contained in:
Ravi kumar Veeramally 2015-11-16 17:07:10 +02:00 committed by Anas Nashif
parent ef017fe761
commit 5e1f26e175

View file

@ -32,6 +32,7 @@ config NET_BUF
config NET_BUF_DEBUG
bool "Network buffer debugging"
depends on NET_BUF
select STDOUT_CONSOLE
default n
help
Enable debug logs and checks for the generic network buffers.