Code

collectd.conf(5): Document the new options of the mysql plugin.
[collectd.git] / src / netlink.c
index c2e4c9b46bfa2d23fe92dcf04c4434794d5c6310..d14e5101dd885824b904b754845aa039dca05630 100644 (file)
@@ -364,7 +364,7 @@ static int qos_filter (const struct sockaddr_nl *sa,
   if (msg->tcm_ifindex >= iflist_len)
   {
     ERROR ("netlink plugin: qos_filter: msg->tcm_ifindex = %i "
-       ">= iflist_len = %i",
+       ">= iflist_len = %zu",
        msg->tcm_ifindex, iflist_len);
     return (-1);
   }