From 99400e14047f7fd77ab54d33cc5a8b044e5b6c13 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 28 Aug 2007 14:37:17 +0000 Subject: simplify debug message: {install} is never set (cf build_transaction_set() in perl-URPM) --- urpm/install.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'urpm') diff --git a/urpm/install.pm b/urpm/install.pm index e8b9873a..c656c9ed 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -63,9 +63,8 @@ sub transaction_set_to_string { my $format_list = sub { int(@_) . '=' . join(',', @_) }; map { - sprintf('remove=%s install=%s update=%s', + sprintf('remove=%s update=%s', $format_list->(@{$_->{remove} || []}), - $format_list->(map { $urpm->{depslist}[$_]->name } @{$_->{install} || []}), $format_list->(map { $urpm->{depslist}[$_]->name } @{$_->{upgrade} || []})); } @$set; } -- cgit v1.2.1