summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--urpm/parallel_ka_run.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/parallel_ka_run.pm b/urpm/parallel_ka_run.pm
index 9a2db2d6..b1f5dc65 100644
--- a/urpm/parallel_ka_run.pm
+++ b/urpm/parallel_ka_run.pm
@@ -47,6 +47,7 @@ sub urpm_popen {
while (my $s = <$fh>) {
chomp $s;
+ $urpm->{debug}("parallel_ka_run: $node: received: $s") if $urpm->{debug};
my ($node, $s_) = _parse_rshp_output($s) or next;
$do->($node, $s_) or last;