aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-04-01 13:59:05 +0000
committerThierry Vignaud <tv@mandriva.org>2008-04-01 13:59:05 +0000
commit3e22d48df1c73f2fce503ce03873c9d882bb5c13 (patch)
tree6a3811bced68c109aee948ad55d289ae9dcc2c44
parentb896eb0c57b2ae9583442071c920f398885b618d (diff)
downloadrpmdrake-3e22d48df1c73f2fce503ce03873c9d882bb5c13.tar
rpmdrake-3e22d48df1c73f2fce503ce03873c9d882bb5c13.tar.gz
rpmdrake-3e22d48df1c73f2fce503ce03873c9d882bb5c13.tar.bz2
rpmdrake-3e22d48df1c73f2fce503ce03873c9d882bb5c13.tar.xz
rpmdrake-3e22d48df1c73f2fce503ce03873c9d882bb5c13.zip
(choose_mirror) made the error message even clearer, in its own section
-rw-r--r--rpmdrake.pm1
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: