summaryrefslogtreecommitdiff
path: root/nuttx/net/sendto.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/sendto.c')
-rw-r--r--nuttx/net/sendto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/sendto.c b/nuttx/net/sendto.c
index d74275ae7..e85ca0156 100644
--- a/nuttx/net/sendto.c
+++ b/nuttx/net/sendto.c
@@ -98,7 +98,7 @@ static uint16 sendto_interrupt(struct uip_driver_s *dev, void *conn, void *pvpri
{
struct sendto_s *pstate = (struct sendto_s *)pvpriv;
- nvdbg("flags: %04x\n", flags);
+ nllvdbg("flags: %04x\n", flags);
if (pstate)
{
/* Check if the connection was rejected */