From 0246781c8f352c85b9b02882b58115d4c5bdff2b Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Mon, 1 May 2017 14:48:30 -0400 Subject: [PATCH] Fixed error message as suggested by the review --- xCAT-server/lib/xcat/plugins/ipmi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index e4e94eaae..505042365 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -1978,7 +1978,7 @@ sub do_firmware_update { } else { $exit_with_error_func->($sessdata->{node}, $callback, - "Unable to determine firmware version currently installed."); + "Unable to determine firmware version currently installed. Verify that \"$cmd | grep OP8_v\" command returns a version."); } # Check what firmware version is specified in htm file