From 4202cce334ee46f8772dd8b451e343944dd46364 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Mar 2013 19:37:17 +0000 Subject: display exceptions that happened while downloading (mga#9529) --- urpm/download.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm/download.pm') diff --git a/urpm/download.pm b/urpm/download.pm index 5b1470f1..8284e81a 100644 --- a/urpm/download.pm +++ b/urpm/download.pm @@ -926,6 +926,7 @@ sub sync_rel { $urpm->{log}(N("retrieved %s", $files_text)); \@result_files; } else { + $urpm->{log}("error: $err"); # don't leave partial download unlink @result_files; undef; -- cgit v1.2.1