diff options
author | Francois Pons <fpons@mandriva.com> | 2003-06-18 12:36:14 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-06-18 12:36:14 +0000 |
commit | 4040ecebd0a7c56ce722109e57772ccc2191d2a6 (patch) | |
tree | d17160e7c1cf010a6943767f63857d8e33e56e5e | |
parent | 29fd4fdafbcb730edc6cd5fd8b58db0aa83fd654 (diff) | |
download | urpmi-4040ecebd0a7c56ce722109e57772ccc2191d2a6.tar urpmi-4040ecebd0a7c56ce722109e57772ccc2191d2a6.tar.gz urpmi-4040ecebd0a7c56ce722109e57772ccc2191d2a6.tar.bz2 urpmi-4040ecebd0a7c56ce722109e57772ccc2191d2a6.tar.xz urpmi-4040ecebd0a7c56ce722109e57772ccc2191d2a6.zip |
added missing number of transaction which failed.
-rwxr-xr-x | urpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -726,7 +726,7 @@ foreach my $set (@{$state->{transaction} || []}) { } $X and gurpm::end(); if ($nok) { - $nok > 1 and message(N("%d installation transactions failed")); + $nok > 1 and message(N("%d installation transactions failed", $nok)); } else { if ($test) { message(N("Installation is possible")); |