From: Marc Fournier Date: Wed, 13 Jan 2016 08:10:33 +0000 (+0100) Subject: processes: use portable format string X-Git-Tag: collectd-5.5.2~6^2~10^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=339f53c536279e9b810710165c999fbd853010fd;hp=0ad1304b2b00720507ed57be67885df652583066;p=collectd.git processes: use portable format string --- diff --git a/src/processes.c b/src/processes.c index b7775154..2c6afc29 100644 --- a/src/processes.c +++ b/src/processes.c @@ -572,7 +572,7 @@ static int ps_config (oconfig_item_t *ci) #if KERNEL_LINUX if (strlen (c->values[0].value.string) > max_procname_len) { - WARNING ("processes plugin: this platform has a %lu character limit " + WARNING ("processes plugin: this platform has a %zu character limit " "to process names. The `Process \"%s\"' option will " "not work as expected.", max_procname_len, c->values[0].value.string);