From d698955cce0fcf0134584e9f1ff6711010838e95 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 11 Oct 2005 14:35:17 +0000 Subject: Don't use "verbose" setting in urpm::download API --- urpm/download.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm') diff --git a/urpm/download.pm b/urpm/download.pm index 6b5c2980..d18f0395 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -344,7 +344,7 @@ sub sync_curl { ($options->{resume} ? ("--continue-at", "-") : ()), ($options->{proxy} ? set_proxy({ type => "curl", proxy => $options->{proxy} }) : ()), ($options->{retry} ? ('--retry', $options->{retry}) : ()), - ($options->{quiet} && !$options->{verbose} ? "-s" : @{[]}), + ($options->{quiet} ? "-s" : @{[]}), "-k", $location_trusted ? "--location-trusted" : @{[]}, "-R", -- cgit v1.2.1