summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b0c0be)
raw | patch | inline | side by side (parent: 5b0c0be)
author | YmrDtnJu <YmrDtnJu@users.noreply.github.com> | |
Sun, 25 Dec 2016 18:28:07 +0000 (19:28 +0100) | ||
committer | YmrDtnJu <YmrDtnJu@users.noreply.github.com> | |
Sat, 31 Dec 2016 12:21:55 +0000 (13:21 +0100) |
src/zfs_arc.c | patch | blob | history |
diff --git a/src/zfs_arc.c b/src/zfs_arc.c
index 2f8b2f4226f5c68c20a5355ec581ec04651cf96e..aff02b62ccc390a6d000f355063f39f59c701bc2 100644 (file)
--- a/src/zfs_arc.c
+++ b/src/zfs_arc.c
e = llist_search(ksp, key);
if (e == NULL) {
- ERROR("zfs_arc plugin: `llist_search` failed for key: '%s'.", key);
return (-1);
}
const char *type, const char *type_instance) {
long long tmp = get_zfs_value(ksp, (char *)kstat_value);
if (tmp == -1LL) {
- WARNING("zfs_arc plugin: Reading kstat value \"%s\" failed.", kstat_value);
+ DEBUG("zfs_arc plugin: Reading kstat value \"%s\" failed.", kstat_value);
return (-1);
}
const char *type, const char *type_instance) {
long long tmp = get_zfs_value(ksp, (char *)kstat_value);
if (tmp == -1LL) {
- WARNING("zfs_arc plugin: Reading kstat value \"%s\" failed.", kstat_value);
+ DEBUG("zfs_arc plugin: Reading kstat value \"%s\" failed.", kstat_value);
return (-1);
}