diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-11 14:35:17 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-11 14:35:17 +0000 |
commit | d698955cce0fcf0134584e9f1ff6711010838e95 (patch) | |
tree | 68a51f0cf25d79e7ad897a8949afb70b3141200a /urpm.pm | |
parent | 1b88a427f63a9129b245749c4ea5759aa8e619d7 (diff) | |
download | urpmi-d698955cce0fcf0134584e9f1ff6711010838e95.tar urpmi-d698955cce0fcf0134584e9f1ff6711010838e95.tar.gz urpmi-d698955cce0fcf0134584e9f1ff6711010838e95.tar.bz2 urpmi-d698955cce0fcf0134584e9f1ff6711010838e95.tar.xz urpmi-d698955cce0fcf0134584e9f1ff6711010838e95.zip |
Don't use "verbose" setting in urpm::download API
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2798,7 +2798,6 @@ sub download_packages_of_distant_media { { dir => "$urpm->{cachedir}/partial", quiet => 0, - verbose => $options{verbose}, limit_rate => $options{limit_rate}, resume => $options{resume}, compress => $options{compress}, |