forked from pool/ipmitool
Thomas Renninger
e423efaf32
- Lower prio of message from error to debug (bsc#948540) A hpm_x_compatibility_msg_is_debug_only.patch OBS-URL: https://build.opensuse.org/request/show/491880 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmitool?expand=0&rev=43
18 lines
665 B
Diff
18 lines
665 B
Diff
Signed-off-by: Thomas Renninger <trenn@suse.com>
|
|
|
|
bsc#948540
|
|
|
|
Index: ipmitool-1.8.15/lib/hpm2.c
|
|
===================================================================
|
|
--- ipmitool-1.8.15.orig/lib/hpm2.c 2015-11-24 14:07:57.250760494 +0100
|
|
+++ ipmitool-1.8.15/lib/hpm2.c 2015-11-24 14:09:02.590470690 +0100
|
|
@@ -93,7 +93,7 @@ int hpm2_get_capabilities(struct ipmi_in
|
|
lprintf(LOG_DEBUG, "IPM Controller is not HPM.2 compatible");
|
|
return rsp->ccode;
|
|
} else if (rsp->ccode) {
|
|
- lprintf(LOG_NOTICE, "Get HPM.x Capabilities request failed,"
|
|
+ lprintf(LOG_DEBUG, "Get HPM.x Capabilities request failed,"
|
|
" compcode = %x", rsp->ccode);
|
|
return rsp->ccode;
|
|
}
|