Put comment where output is actually sent to the callback
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12510 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
993b886f97
commit
8a15295c6a
@ -547,7 +547,7 @@ sub _execute_dsh
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
# LKV: This is where the output shows up
|
||||
#print STDOUT @{$output_buffers{$user_target}};
|
||||
#print STDERR @{$error_buffers{$user_target}};
|
||||
chomp(@{$output_buffers{$user_target}});
|
||||
|
Loading…
Reference in New Issue
Block a user