mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-28 08:55:52 +00:00
-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:
@ -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;
|
||||
|
Reference in New Issue
Block a user