diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-04-01 13:59:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-04-01 13:59:05 +0000 |
commit | 3e22d48df1c73f2fce503ce03873c9d882bb5c13 (patch) | |
tree | 6a3811bced68c109aee948ad55d289ae9dcc2c44 | |
parent | b896eb0c57b2ae9583442071c920f398885b618d (diff) | |
download | rpmdrake-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.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: |