From c2ecf87653bc50fa19c7b39d69561d525bb00e70 Mon Sep 17 00:00:00 2001 From: nott Date: Wed, 16 Apr 2008 18:01:36 +0000 Subject: [PATCH] Remove msg that type "node" is assumed. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1098 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/DBobjectdefs.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server-2.0/lib/xcat/plugins/DBobjectdefs.pm index 38c66cf70..a2aa22995 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/DBobjectdefs.pm @@ -415,8 +415,8 @@ sub processArgs my $rsp; if ( !$::opt_z && !$::opt_x) { # don't want this msg in stanza or xml output - $rsp->{data}->[0] = "Assuming an object type of \'node\'.\n"; - xCAT::MsgUtils->message("I", $rsp, $::callback); + #$rsp->{data}->[0] = "Assuming an object type of \'node\'.\n"; + #xCAT::MsgUtils->message("I", $rsp, $::callback); } }