summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-09-09 01:19:03 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-09-09 01:19:03 +0000
commita82d2412139e69753554641ed31944625200529c (patch)
tree2186c76b3fc9dc515af4c6707ff8493ea207e61e /urpm.pm
parent5e060e99b88aaeed793e7c7e64f1834d531e210a (diff)
downloadurpmi-a82d2412139e69753554641ed31944625200529c.tar
urpmi-a82d2412139e69753554641ed31944625200529c.tar.gz
urpmi-a82d2412139e69753554641ed31944625200529c.tar.bz2
urpmi-a82d2412139e69753554641ed31944625200529c.tar.xz
urpmi-a82d2412139e69753554641ed31944625200529c.zip
Silence deprecation warning
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm.pm b/urpm.pm
index d0a0f499..332b0c86 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -2396,7 +2396,7 @@ sub download_source_packages {
my %sources = %$local_sources;
my %error_sources;
- print STDERR "calling obsoleted method urpm::download_source_packages\n";
+ #print STDERR "calling obsoleted method urpm::download_source_packages\n";
$urpm->exlock_urpmi_db;
$urpm->copy_packages_of_removable_media($list, \%sources, %options) or return;