From 8a15295c6a17d6747f37a4f037b10f2223bf29d8 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 3 May 2012 18:25:27 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/DSHCLI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/DSHCLI.pm b/perl-xCAT/xCAT/DSHCLI.pm index 5cfffd142..a88c6f4ee 100644 --- a/perl-xCAT/xCAT/DSHCLI.pm +++ b/perl-xCAT/xCAT/DSHCLI.pm @@ -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}});