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