-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:
parent
3b26c208f3
commit
d91697cfb3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user