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