nrpe: update to 4.1.3
[oi-userland.git] / components / sysutils / ipmitool / patches / 09-hpm_x_compatibility_msg_is_debug_only.patch
blobec751655abc7010687761f76715c1e77fea70784
1 https://build.opensuse.org/package/view_file/systemsmanagement/ipmitool/hpm_x_compatibility_msg_is_debug_only.patch?expand=1
3 Signed-off-by: Thomas Renninger <trenn@suse.com>
5 bsc#948540
7 Index: ipmitool-1.8.18/lib/hpm2.c
8 ===================================================================
9 --- ipmitool-1.8.18.orig/lib/hpm2.c 2018-09-09 13:48:58.000000000 +0200
10 +++ ipmitool-1.8.18/lib/hpm2.c 2018-09-25 11:42:48.254519175 +0200
11 @@ -99,7 +99,7 @@ int hpm2_get_capabilities(struct ipmi_in
12 lprintf(LOG_DEBUG, "IPM Controller is not HPM.2 compatible");
13 return rsp->ccode;
14 } else if (rsp->ccode) {
15 - lprintf(LOG_NOTICE, "Get HPM.x Capabilities request failed,"
16 + lprintf(LOG_DEBUG, "Get HPM.x Capabilities request failed,"
17 " compcode = %x", rsp->ccode);
18 return rsp->ccode;