diff options
-rw-r--r-- | rpmdrake.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm index eab07e7a..74bd1891 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -593,6 +593,7 @@ Is it ok to continue?"); my @mirrors = eval { mirrors($urpm, $options{want_base_distro}) }; my $error = $@; if ($error) { + $error = "\n$error\n"; interactive_msg(N("Error during download"), ($branded ? N("There was an error downloading the mirror list: |