summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1f88406)
raw | patch | inline | side by side (parent: 1f88406)
author | Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com> | |
Tue, 17 Oct 2017 09:26:58 +0000 (10:26 +0100) | ||
committer | Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com> | |
Tue, 17 Oct 2017 11:19:50 +0000 (12:19 +0100) |
Change-Id: I5fc6056b2d0c5bb5cb1b28c3d24aaca163eb245b
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
Signed-off-by: Mytnyk, Volodymyr <volodymyrx.mytnyk@intel.com>
src/ipmi.c | patch | blob | history |
diff --git a/src/ipmi.c b/src/ipmi.c
index 22aff82cdfac4f3262b4b752e49b2843f2961f8d..f28ac52cbd157d64b44592a2185a959a3150dd6f 100644 (file)
--- a/src/ipmi.c
+++ b/src/ipmi.c
break;
INFO("ipmi plugin: sensor_list_add: Ignore sensor `%s` of `%s`, "
- "because I don't know how to handle its type (%#x, %s). "
- "If you need this sensor, please file a bug report.",
- sensor_name_ptr, st->name, sensor_type,
+ "because I don't know how to handle its units (%#x, %#x, %#x). "
+ "Sensor type: (%#x, %s). If you need this sensor, please file "
+ "a bug report at http://collectd.org/.",
+ sensor_name_ptr, st->name, ipmi_sensor_get_base_unit(sensor),
+ ipmi_sensor_get_modifier_unit(sensor),
+ ipmi_sensor_get_rate_unit(sensor), sensor_type,
ipmi_sensor_get_sensor_type_string(sensor));
return -1;
}