-Fix ambiguous error message in blade plugin

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

View File

@ -642,7 +642,7 @@ sub getmacs {
$mactab->close;
return 0,":mac.mac set to $mac";
} else {
return 1,"confusing situation";
return 1,"Unable to retrieve MAC address from Management Module";
}
} else {
return $code,$macs;