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
This commit is contained in:
daniceexi 2011-06-23 06:31:43 +00:00
parent da0fc10899
commit e3424dfe9e

View File

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