summaryrefslogtreecommitdiffstats
path: root/urpm/media.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/media.pm')
-rw-r--r--urpm/media.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/media.pm b/urpm/media.pm
index b77ac2c5..18959f7d 100644
--- a/urpm/media.pm
+++ b/urpm/media.pm
@@ -724,7 +724,7 @@ sub _compute_flags_for_skiplist {
my ($urpm, $pkg) = @_;
$pkg->is_arch_compat && ! exists $uniq{$pkg->fullname} or return;
$uniq{$pkg->fullname} = undef;
- $urpm->{log}(N("skipping package %s", scalar($pkg->fullname)));
+ $urpm->{debug} and $urpm->{debug}(N("skipping package %s", scalar($pkg->fullname)));
},
);
}