summaryrefslogtreecommitdiff
path: root/src/inet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inet.c')
-rw-r--r--src/inet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inet.c b/src/inet.c
index 1fc636e3..28968618 100644
--- a/src/inet.c
+++ b/src/inet.c
@@ -2151,7 +2151,7 @@ int __connman_inet_rtnl_addattr32(struct nlmsghdr *n, size_t maxlen, int type,
struct rtattr *rta;
if (NLMSG_ALIGN(n->nlmsg_len) + len > maxlen) {
- DBG("Error! max allowed bound %d exceeded", maxlen);
+ DBG("Error! max allowed bound %zd exceeded", maxlen);
return -1;
}
rta = NLMSG_TAIL(n);