summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7173100)
raw | patch | inline | side by side (parent: 7173100)
author | Florian Forster <octo@collectd.org> | |
Fri, 19 May 2017 06:39:45 +0000 (08:39 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 19 May 2017 06:39:45 +0000 (08:39 +0200) |
Issue: #1234
src/daemon/utils_cache.c | patch | blob | history |
index 3386df9a31c13a2d0905873c90171b4a336ddda7..aa8ce9efbc29e78ffc36c4966fe1134bed5f24b3 100644 (file)
--- a/src/daemon/utils_cache.c
+++ b/src/daemon/utils_cache.c
/* remove missing values from getval */
if (ce->state == STATE_MISSING) {
+ DEBUG("utils_cache: uc_get_rate_by_name: requested metric \"%s\" is in "
+ "state \"missing\".",
+ name);
status = -1;
} else {
ret_num = ce->values_num;