Accepting request 491880 from home:trenn:branches:systemsmanagement
- 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
This commit is contained in:
parent
915a367e31
commit
e423efaf32
17
hpm_x_compatibility_msg_is_debug_only.patch
Normal file
17
hpm_x_compatibility_msg_is_debug_only.patch
Normal file
@ -0,0 +1,17 @@
|
||||
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;
|
||||
}
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 15:22:39 UTC 2017 - trenn@suse.de
|
||||
|
||||
- Lower prio of message from error to debug (bsc#948540)
|
||||
A hpm_x_compatibility_msg_is_debug_only.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 28 16:41:02 UTC 2017 - trenn@suse.de
|
||||
|
||||
|
@ -49,6 +49,7 @@ Patch100: fwum_enhance_output.patch
|
||||
Patch101: fix_file_permissions.patch
|
||||
Patch102: several_more_compile_fixes.patch
|
||||
Patch103: ipmitool_adjust_suse.paths
|
||||
Patch104: hpm_x_compatibility_msg_is_debug_only.patch
|
||||
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -94,6 +95,7 @@ and setting LAN configuration, and chassis power control.
|
||||
%patch101 -p1
|
||||
%patch102 -p1
|
||||
%patch103 -p1
|
||||
%patch104 -p1
|
||||
|
||||
%build
|
||||
touch INSTALL NEWS
|
||||
|
Loading…
Reference in New Issue
Block a user