From 0c647308185ea7b23c5800f8068525c7899cca7a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 23 Aug 2007 14:15:10 +0000 Subject: fix typo in debug message --- urpm/install.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " . $_); } -- cgit v1.2.1