From 975eb4c4b4d7dae030207afd1672c0f1faaf3dde Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 3 Sep 2008 17:02:53 +0000 Subject: "nicer" debug/log message --- urpm/download.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpm/download.pm b/urpm/download.pm index 83c6709f..c626ca6c 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -784,7 +784,7 @@ sub sync_rel { my @files = map { reduce_pathname("$medium->{url}/$_") } @$rel_files; - my $files_text = join(' ', map { url_obscuring_password($_) } @files); + my $files_text = join(' ', ($medium->{mirrorlist} && $urpm->{allow_metalink} ? ($medium->{mirrorlist}, $medium->{'with-dir'}) : url_obscuring_password($medium->{url})), @$rel_files); $urpm->{debug} and $urpm->{debug}(N("retrieving %s", $files_text)); eval { -- cgit v1.2.1