diff options
Diffstat (limited to 'urpm/download.pm')
-rw-r--r-- | urpm/download.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; |