summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a23afc7)
raw | patch | inline | side by side (parent: a23afc7)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 9 Mar 2009 17:45:46 +0000 (18:45 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 9 Mar 2009 17:45:46 +0000 (18:45 +0100) |
src/rrdtool.c | patch | blob | history |
diff --git a/src/rrdtool.c b/src/rrdtool.c
index b8885e8ef9628962f9abc8a3d274637e1664f941..0e8aec4956d1f1f14309dacea86a949188a52dee 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, (const char **)values);
- DEBUG ("rrdtool plugin: queue thread: Wrote %i values to %s",
- values_num, queue_entry->filename);
+ DEBUG ("rrdtool plugin: queue thread: Wrote %i value%s to %s",
+ values_num, (values_num == 1) ? "" : "s",
+ queue_entry->filename);
for (i = 0; i < values_num; i++)
{