From cff10ef5308e0310eb4370d8fc236879d2b907d6 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 6 Aug 2013 10:56:57 -0400 Subject: [PATCH] Correct language in sensor decode --- xCAT-server/lib/xcat/plugins/ipmi.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index 8a23bfc19..2f19bdfea 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -4028,8 +4028,8 @@ sub getaddsensorevent { 0x0f => "Enabling docking station", 0x10 => "Docking staion ejection", 0x11 => "Disable docking station", - 0x12 => "Calling operation system wake-up vector", - 0x13 => "Starting operation system boot process, call init 19h", + 0x12 => "Calling operating system wake-up vector", + 0x13 => "Starting operating system boot process, call init 19h", 0x14 => "Baseboard or motherboard initialization", 0x16 => "Floppy initialization", 0x17 => "Keyboard test",