summaryrefslogtreecommitdiffstats
path: root/urpm/main_loop.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-10-17 08:21:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-10-17 08:21:25 +0000
commit150a5398a5c9647eed75cdb5b014f66b807fa2cf (patch)
treed607de5297a4a9fddd67300f9c8b7c46ca01965f /urpm/main_loop.pm
parent33c3afde0670250c7c3ed5ab5876a037d6a504b3 (diff)
downloadurpmi-150a5398a5c9647eed75cdb5b014f66b807fa2cf.tar
urpmi-150a5398a5c9647eed75cdb5b014f66b807fa2cf.tar.gz
urpmi-150a5398a5c9647eed75cdb5b014f66b807fa2cf.tar.bz2
urpmi-150a5398a5c9647eed75cdb5b014f66b807fa2cf.tar.xz
urpmi-150a5398a5c9647eed75cdb5b014f66b807fa2cf.zip
$urpm->{logger_id} is unused:
- it has been "replaced" by $urpm->{logger_count} (r15626 | rgarciasuarez | 2006-03-20) - it was still used before when urpmi was forking on multiple transactions (dropped in urpmi 4.9.0, Nov 2006)
Diffstat (limited to 'urpm/main_loop.pm')
-rw-r--r--urpm/main_loop.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm
index e0e7ef8d..9e944b85 100644
--- a/urpm/main_loop.pm
+++ b/urpm/main_loop.pm
@@ -247,7 +247,6 @@ foreach my $set (@{$state->{transaction} || []}) {
}
}
print $msg;
- ++$urpm->{logger_id};
++$nok;
push @errors, @l;