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:
lissav 2012-05-03 18:25:27 +00:00
parent 993b886f97
commit 8a15295c6a

View File

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