From 325b18931384a3d360da9c52fea973af763b98bd Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 17 Nov 2005 10:41:09 +0000 Subject: Add comments in urpme about messages that should not be changed. But change a message badly worded. --- urpm/parallel_ssh.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/parallel_ssh.pm') diff --git a/urpm/parallel_ssh.pm b/urpm/parallel_ssh.pm index 088804c6..190baa25 100644 --- a/urpm/parallel_ssh.pm +++ b/urpm/parallel_ssh.pm @@ -74,7 +74,7 @@ sub parallel_find_remove { $base_to_remove{$1} = undef; } elsif (/removing \S/) { #- this is log for newer urpme, so do not try to remove removing... - } elsif (/Removing failed/) { + } elsif (/Removal failed/) { $bad_nodes{$node} = []; } else { if (exists $bad_nodes{$node}) { -- cgit v1.2.1