summaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net')
-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 15a7adc0b..e67b2f3e4 100644
--- a/nuttx/net/send.c
+++ b/nuttx/net/send.c
@@ -197,7 +197,7 @@ static uint8 send_interrupt(struct uip_driver_s *dev, struct uip_conn *conn,
{
struct send_s *pstate = (struct send_s *)conn->data_private;
- nvdbg("flags: %02x state: %d\n", flags, pstate->snd_state);
+ nvdbg("flags: %02x acked: %d sent: %d\n", flags, pstate->snd_acked, pstate->snd_sent);
/* If this packet contains an acknowledgement, then update the count of
* acknowldged bytes.