summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 79dee3a)
raw | patch | inline | side by side (parent: 79dee3a)
author | Florian Forster <octo@huhu.verplant.org> | |
Mon, 6 Jul 2009 16:16:30 +0000 (18:16 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 6 Jul 2009 16:16:30 +0000 (18:16 +0200) |
src/utils_threshold.c | patch | blob | history |
diff --git a/src/utils_threshold.c b/src/utils_threshold.c
index 16f9bd2eb3ccd85e81ecc44b3e5a4f15e0b033f1..d51789db22ace6273d7eaf5b47d59c44aa59fed1 100644 (file)
--- a/src/utils_threshold.c
+++ b/src/utils_threshold.c
if (sum == 0.0)
{
- WARNING ("Values sum for percentage seems up to zero");
+ WARNING ("Values sum for percentage sums up to zero");
return(STATE_WARNING);
}