summaryrefslogtreecommitdiff
path: root/libndp
diff options
context:
space:
mode:
Diffstat (limited to 'libndp')
-rw-r--r--libndp/libndp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libndp/libndp.c b/libndp/libndp.c
index 88e0e36..661c729 100644
--- a/libndp/libndp.c
+++ b/libndp/libndp.c
@@ -1534,7 +1534,7 @@ static int ndp_sock_recv(struct ndp *ndp)
goto free_msg;
}
- dbg(ndp, "rcvd %s, len: %luB",
+ dbg(ndp, "rcvd %s, len: %zuB",
ndp_msg_type_info(msg_type)->strabbr, len);
ndp_msg_check_opts(msg);