summaryrefslogtreecommitdiff
path: root/nuttx/net/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/send.c')
-rw-r--r--nuttx/net/send.c2
1 files changed, 1 insertions, 1 deletions
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.