summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index efaf96d0..3b6c9433 100755
--- a/urpmi
+++ b/urpmi
@@ -726,7 +726,7 @@ foreach my $set (@{$state->{transaction} || []}) {
);
if (@l) {
#- Warning : the following message is parsed in urpm::parallel_*
- print N("Installation failed") . ":\n" . join("\n", map { "\t$_" } @l), "\n";
+ print N("Installation failed:") . "\n" . join("\n", map { "\t$_" } @l), "\n";
if ($urpm->{options}{auto} || !$urpm->{options}{'allow-nodeps'} && !$urpm->{options}{'allow-force'}) {
++$nok;
++$urpm->{logger_id};