From 2937aaaaf09c2f0d5b46b1a2a30eac962d8455d3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 23 Nov 2007 22:32:52 +0000 Subject: Debug can now be selectively enabled by subystem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@404 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/net/send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/net/send.c') diff --git a/nuttx/net/send.c b/nuttx/net/send.c index 6ded49e0e..c0bb11fe0 100644 --- a/nuttx/net/send.c +++ b/nuttx/net/send.c @@ -104,7 +104,7 @@ static uint8 send_interrupt(struct uip_driver_s *dev, struct uip_conn *conn, uin { struct send_s *pstate = (struct send_s *)conn->data_private; - vdbg("flags: %02x state: %d\n", flags, pstate->snd_state); + nvdbg("flags: %02x state: %d\n", flags, pstate->snd_state); /* If the data has not been sent OR if it needs to be retransmitted, * then send it now. -- cgit v1.2.3