From 08cdbf90d931c14f2ce081d3b603b876abf4727a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 24 Apr 2009 13:24:29 +0000 Subject: (run) use urpmi log API for the transaction failed message instead of printing it on the console so that installer can save each error with each transaction log instead of only having a summary at end --- urpm/main_loop.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/main_loop.pm') diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm index f62da98f..010eeb0b 100644 --- a/urpm/main_loop.pm +++ b/urpm/main_loop.pm @@ -266,7 +266,7 @@ foreach my $set (@{$state->{transaction} || []}) { goto install; } } - print $msg; + $urpm->{log}($msg); ++$nok; push @errors, @l; -- cgit v1.2.1