summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aca7492)
raw | patch | inline | side by side (parent: aca7492)
author | Dieter Bloms <collectd@bloms.de> | |
Sun, 25 May 2008 09:15:15 +0000 (11:15 +0200) | ||
committer | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Sun, 25 May 2008 09:15:15 +0000 (11:15 +0200) |
Resolves: #16
src/utils_threshold.c | patch | blob | history |
diff --git a/src/utils_threshold.c b/src/utils_threshold.c
index b4fb8554d29df5f9e42c0ac937333878d05193ae..4da8943cdbf3c4a403dfb2e2b7b5ffb5f5405813 100644 (file)
--- a/src/utils_threshold.c
+++ b/src/utils_threshold.c
"%f. That is within the %s region of %f and %f.",
ds->ds[ds_index].name, values[ds_index],
(state == STATE_ERROR) ? "failure" : "warning",
- min, min);
+ min, max);
}
else
{