From: Florian Forster Date: Fri, 12 Oct 2007 21:16:05 +0000 (+0200) Subject: rrdtool plugin: Add a debugging message into the `queue thread'.. X-Git-Tag: collectd-4.2.0~23 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c15f6430a1e8ddf4f59b9561025303944c3c80cc;p=collectd.git rrdtool plugin: Add a debugging message into the `queue thread'.. --- diff --git a/src/rrdtool.c b/src/rrdtool.c index ab031376..0dae46b3 100644 --- a/src/rrdtool.c +++ b/src/rrdtool.c @@ -652,6 +652,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++) {