X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Frrd2json.c;h=4bbf61e8db8a87f5bbf4d5cd1bb1e505cbd9c4bd;hb=47953b26e118df0e23909d222ee788fbd264e254;hp=aa07b6fc34cb2aefbac84ce9fbda28ca27c0a0b2;hpb=513f97235a486e16817d290d68183c2b346b3674;p=netdata.git diff --git a/src/rrd2json.c b/src/rrd2json.c index aa07b6fc..4bbf61e8 100644 --- a/src/rrd2json.c +++ b/src/rrd2json.c @@ -2305,7 +2305,7 @@ time_t rrd_stats_json(int type, RRDSET *st, BUFFER *wb, long points, long group, } // max_loop - debug(D_RRD_STATS, "RRD_STATS_JSON: %s total %lu bytes", st->name, wb->len); + debug(D_RRD_STATS, "RRD_STATS_JSON: %s total %zu bytes", st->name, wb->len); pthread_rwlock_unlock(&st->rwlock); return last_timestamp;