summaryrefslogtreecommitdiff
path: root/vpn/vpn-rtnl.c
diff options
context:
space:
mode:
Diffstat (limited to 'vpn/vpn-rtnl.c')
-rwxr-xr-xvpn/vpn-rtnl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpn/vpn-rtnl.c b/vpn/vpn-rtnl.c
index a7565dba..6ddfd832 100755
--- a/vpn/vpn-rtnl.c
+++ b/vpn/vpn-rtnl.c
@@ -879,7 +879,7 @@ static void rtnl_message(void *buf, size_t len)
if (!NLMSG_OK(hdr, len))
break;
- debug("%s len %d type %d flags 0x%04x seq %d pid %d",
+ debug("%s len %u type %u flags 0x%04x seq %u pid %u",
type2string(hdr->nlmsg_type),
hdr->nlmsg_len, hdr->nlmsg_type,
hdr->nlmsg_flags, hdr->nlmsg_seq,