From d91697cfb360b34b260b10546a1fe72b520105ad Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 26 Mar 2008 13:39:50 +0000 Subject: [PATCH] -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 --- xCAT-server-2.0/lib/xcat/plugins/blade.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;