From e3424dfe9e9fa19238bf288e5bc1d3d92a137bee Mon Sep 17 00:00:00 2001 From: daniceexi Date: Thu, 23 Jun 2011 06:31:43 +0000 Subject: [PATCH] defect 3323703: fix the issue in the verbose message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9908 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/updatenode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index b273a0ba8..5bb79cc9c 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -1063,7 +1063,7 @@ $AIXnodes_nd, $subreq ) != 0 ) { if ($::VERBOSE) { my $rsp = {}; - $rsp->{data}->[0] = " $localhostname: Internal call command: xdsh $nodestring $args1"; + $rsp->{data}->[0] = " $localhostname: Internal call command: xdsh $nodestring ".join(' ',@$args1); $callback->($rsp); }