projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00bcab0
)
rrdtool plugin: Add a debugging message into the `queue thread'..
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
ab03137
..
0dae46b
100644
(file)
--- 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++)
{