Code

src/{exec,types_list,utils_cache}.c: Fix format strings.
[collectd.git] / src / types_list.c
index a9af9e6d29f783eeed53f8fb1836414511d77ac4..7600c346ecc1e8c901460a029c2ead4c167e5576 100644 (file)
@@ -34,7 +34,7 @@ static int parse_ds (data_source_t *dsrc, char *buf, size_t buf_len)
 
   if (buf_len < 11)
   {
-    ERROR ("parse_ds: (buf_len = %u) < 11", buf_len);
+    ERROR ("parse_ds: (buf_len = %zu) < 11", buf_len);
     return (-1);
   }