forked from pool/ipmitool
Thomas Renninger
2b18cffcc3
- Update to latest git HEAD revision of 1.8.18 version commit 6f336d04f14b420822902dca7ef595cd49847d21 Date: Mon Sep 24 15:41:00 2018 +0200 - Change git repo and URL in spec from sourceforge to github - Add download of iana pen list via _service from www.iana.org which is used to create a C include file at build time (lib/ipmi_pen_list.inc.c) Downloaded file added: A enterprise-numbers - Add possiblity to create the include file from an already downloaded, local file A create_pen_list_from_local_file.patch OBS-URL: https://build.opensuse.org/request/show/639393 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ipmitool?expand=0&rev=49
18 lines
665 B
Diff
18 lines
665 B
Diff
Signed-off-by: Thomas Renninger <trenn@suse.com>
|
|
|
|
bsc#948540
|
|
|
|
Index: ipmitool-1.8.18/lib/hpm2.c
|
|
===================================================================
|
|
--- ipmitool-1.8.18.orig/lib/hpm2.c 2018-09-09 13:48:58.000000000 +0200
|
|
+++ ipmitool-1.8.18/lib/hpm2.c 2018-09-25 11:42:48.254519175 +0200
|
|
@@ -99,7 +99,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;
|
|
}
|