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; }