From 4d5572640e9e23da5ad90cf56a77f09329a521df Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 10 Jul 2008 14:16:13 +0000 Subject: more orthogonal error msg --- urpm/parallel_ssh.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'urpm') diff --git a/urpm/parallel_ssh.pm b/urpm/parallel_ssh.pm index e8d99f0a..bc0e0f9e 100644 --- a/urpm/parallel_ssh.pm +++ b/urpm/parallel_ssh.pm @@ -59,9 +59,8 @@ sub _ssh_urpm { # it doesn't matter for urpmq, and previous version of urpmq didn't handle it: $cmd ne 'urpmq' and $para = "--no-locales $para"; - my $command = _ssh($node) . " $cmd $para"; - $urpm->{log}("parallel_ssh: $command"); - $command; + $urpm->{log}("parallel_ssh: $node: $cmd $para"); + _ssh($node) . " $cmd $para"; } sub _ssh_urpm_popen { my ($urpm, $node, $cmd, $para) = @_; -- cgit v1.2.1