diff --git a/xCAT-server-2.0/lib/xcat/plugins/blade.pm b/xCAT-server-2.0/lib/xcat/plugins/blade.pm index d830bc11c..543d8ad36 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/blade.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/blade.pm @@ -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;