summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 00bcab0)
raw | patch | inline | side by side (parent: 00bcab0)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 12 Oct 2007 21:16:05 +0000 (23:16 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Fri, 12 Oct 2007 21:16:05 +0000 (23:16 +0200) |
src/rrdtool.c | patch | blob | history |
diff --git a/src/rrdtool.c b/src/rrdtool.c
index ab031376cbdc9b1e265a42d0673ca1cf8ea5714f..0dae46b3fe7b4eb5d46e097b16ca5055cb9bbaaf 100644 (file)
--- a/src/rrdtool.c
+++ b/src/rrdtool.c
/* 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++)
{