From 3e22d48df1c73f2fce503ce03873c9d882bb5c13 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 1 Apr 2008 13:59:05 +0000 Subject: (choose_mirror) made the error message even clearer, in its own section --- rpmdrake.pm | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.1