]> arthur.barton.de Git - netdata.git/blobdiff - src/apps_plugin.c
fix compilation warnings for 32bit machines
[netdata.git] / src / apps_plugin.c
index 1a43d29ca5f307e849495fc90b628cb2c04707bc..b69171395085b375bf39530c920677ccc3881e4c 100644 (file)
@@ -598,7 +598,7 @@ static int read_apps_groups_conf(const char *file)
             // add this target
             struct target *n = get_apps_groups_target(s, w, name);
             if(!n) {
-                error("Cannot create target '%s' (line %lu, word %lu)", s, line, word);
+                error("Cannot create target '%s' (line %zu, word %zu)", s, line, word);
                 continue;
             }