From c15f6430a1e8ddf4f59b9561025303944c3c80cc Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 12 Oct 2007 23:16:05 +0200 Subject: [PATCH] rrdtool plugin: Add a debugging message into the `queue thread'.. --- src/rrdtool.c | 2 ++ 1 file changed, 2 insertions(+) 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++) { -- 2.30.2