From a55f189a7850ad4cdf5db3a364a0d5235627ad98 Mon Sep 17 00:00:00 2001 From: nott Date: Wed, 12 Jan 2011 13:10:59 +0000 Subject: [PATCH] remove missleading msg git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8628 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Utils.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index 6bbafec18..fc492e147 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -3450,7 +3450,8 @@ sub get_site_Master } else { - xCAT::MsgUtils->message('E', +# this msg can be missleading +# xCAT::MsgUtils->message('E', "Unable to read site table for Master attribute.\n"); } return $Master;