X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_latency.c;h=7f60e11da80796466819241d4966d0c31bb5bf69;hb=cb314c15d51352ebcc4cfd2bbf1d6a3042c2402f;hp=b0ef3595f74d6750bc10c9c387bb69cd595bea6b;hpb=e1e5931a3e2e24c6c1b769ae3d4818d0ffdb49b5;p=collectd.git diff --git a/src/utils_latency.c b/src/utils_latency.c index b0ef3595..7f60e11d 100644 --- a/src/utils_latency.c +++ b/src/utils_latency.c @@ -102,7 +102,7 @@ void change_bin_width (latency_counter_t *lc, size_t val) /* {{{ */ DEBUG("utils_latency: change_bin_width: fixed all bins"); } - DEBUG("utils_latency: change_bin_width: val-[%ld], oldBinWidth-[%d], " + DEBUG("utils_latency: change_bin_width: val-[%zu], oldBinWidth-[%d], " "newBinWidth-[%d], required_bin_width-[%f], " "required_bin_width_logbase2-[%f]", val, old_bin_width, new_bin_width, required_bin_width,