Code

rrdtool plugin: Add a debugging message into the `queue thread'..
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 12 Oct 2007 21:16:05 +0000 (23:16 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 12 Oct 2007 21:16:05 +0000 (23:16 +0200)
src/rrdtool.c

index ab031376cbdc9b1e265a42d0673ca1cf8ea5714f..0dae46b3fe7b4eb5d46e097b16ca5055cb9bbaaf 100644 (file)
@@ -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++)
                {