summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-08-31 15:58:22 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-08-31 15:58:22 +0000
commit805ed93de42a6e4cc66a713defcc910d469526c3 (patch)
tree2cd53837672e4d5c4d9d69808b6f2ee7e16a891f
parentc6cf2ecd5589210f62176b40b16a2b5444a1fe7c (diff)
downloadurpmi-805ed93de42a6e4cc66a713defcc910d469526c3.tar
urpmi-805ed93de42a6e4cc66a713defcc910d469526c3.tar.gz
urpmi-805ed93de42a6e4cc66a713defcc910d469526c3.tar.bz2
urpmi-805ed93de42a6e4cc66a713defcc910d469526c3.tar.xz
urpmi-805ed93de42a6e4cc66a713defcc910d469526c3.zip
wrap one forgotten print in $urpm->{print}
-rw-r--r--urpm/main_loop.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm
index 3176f02a..d8a7ce4f 100644
--- a/urpm/main_loop.pm
+++ b/urpm/main_loop.pm
@@ -87,7 +87,7 @@ my $migrate_back_rpmdb_db_version =
foreach my $set (@{$state->{transaction} || []}) {
#- put a blank line to separate with previous transaction or user question.
- print "\n" if $options{verbose} >= 0;
+ $urpm->{print}("\n") if $options{verbose} >= 0;
my ($transaction_blists, $transaction_sources) =
urpm::install::prepare_transaction($urpm, $set, $blists, \%sources);