From a4c4d6b1bbd8a2ac55583d7f8fd98fdc34c28c57 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Sun, 25 Mar 2012 17:48:57 +0000 Subject: [PATCH] Remove leftover extraneous output from xcatd git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@11992 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/sbin/xcatd | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index b32b0a830..65c1942fb 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -1149,7 +1149,6 @@ sub plugin_command { foreach (keys %unhandled_nodes) { push @{$xcatresponse->{xcatresponse}},{node=>[{name=>[$_],error=>["Unable to identify plugin for this command, check relevant tables: $queuelist"],errorcode=>[1]}]}; } - print $sock XMLout({node=>[{name=>[$_],error=>["Unable to identify plugin for this command, check relevant tables: $queuelist"],errorcode=>[1]}]},NoAttr=>1,RootName=>'xcatresponse'); print $sock XMLout($xcatresponse,KeepRoot=>1,NoAttr=>1); } else { foreach (keys %unhandled_nodes) {