summaryrefslogtreecommitdiffstats
path: root/urpm/install.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/install.pm')
-rw-r--r--urpm/install.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/install.pm b/urpm/install.pm
index 28726b0c..ab88701e 100644
--- a/urpm/install.pm
+++ b/urpm/install.pm
@@ -165,7 +165,7 @@ sub install {
foreach (@$remove) {
if ($trans->remove($_)) {
- $urpm->{debug} and $urpm->{debug}('trans: scheduling removal of ' . $urpm->{depslist}[$_]->fullname);
+ $urpm->{debug} and $urpm->{debug}("trans: scheduling removal of $_");
} else {
$urpm->{error}("unable to remove package " . $_);
}