X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Frrdtool.c;h=024b04e5e928a11daaeb6edb31d0a985a8c1af4d;hb=7237c726f589df921a26d6951c2d1bf853580c43;hp=843aa2bfd16849d7c21a7f3c779931e2bb5eb40b;hpb=8461fc51ea1af63b4d51c106d128716ecf95bf10;p=collectd.git diff --git a/src/rrdtool.c b/src/rrdtool.c index 843aa2bf..024b04e5 100644 --- a/src/rrdtool.c +++ b/src/rrdtool.c @@ -654,6 +654,8 @@ static void *rrd_queue_thread (void *data) /* Write the values to the RRD-file */ srrd_update (queue_entry->filename, NULL, values_num, values); + DEBUG ("rrdtool plugin: queue thread: Wrote %i values to %s", + values_num, queue_entry->filename); for (i = 0; i < values_num; i++) {