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:
parent
da0fc10899
commit
e3424dfe9e
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user