Modify rvitals led return to be more accurate

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@895 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-03-26 13:34:39 +00:00
parent 6852ec39b4
commit 3b26c208f3

View File

@ -2945,7 +2945,7 @@ sub checkleds {
my $prod_id;
($rc,$text,$mfg_id,$prod_id) = getdevid();
if ($mfg_id != 2) {
return (0,"LED status only supported on IBM hardware");
return (0,"LED status not supported on this system");
}
($rc,$text) = initsdr();