diff options
author | Francois Pons <fpons@mandriva.com> | 2003-02-27 18:09:14 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-02-27 18:09:14 +0000 |
commit | 81ac6c82c0b71e1f1a0a94c9ff91abc38d1a795d (patch) | |
tree | eb9803f09db6748d186bf041d1771ab47f6a3de1 /perl-install/install_steps_interactive.pm | |
parent | b950c82b38cae07e2d848421f82c58a5277f472f (diff) | |
download | drakx-81ac6c82c0b71e1f1a0a94c9ff91abc38d1a795d.tar drakx-81ac6c82c0b71e1f1a0a94c9ff91abc38d1a795d.tar.gz drakx-81ac6c82c0b71e1f1a0a94c9ff91abc38d1a795d.tar.bz2 drakx-81ac6c82c0b71e1f1a0a94c9ff91abc38d1a795d.tar.xz drakx-81ac6c82c0b71e1f1a0a94c9ff91abc38d1a795d.zip |
added mirror url not given.
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 02d40926d..e32811256 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -783,7 +783,7 @@ Do you want to install the updates ?")), $update_medium = crypto::getPackages($o->{prefix}, $o->{packages}, $u->{mirror}); } }; - } while $@ || !$update_medium && $o->ask_yesorno('', N("Unable to contact mirror %s") . ($@ ? " :\n$@" : "") . "\n\n" . N("Would you like to try again?")); + } while $@ || !$update_medium && $o->ask_yesorno('', N("Unable to contact mirror %s", $u->{mirror}) . ($@ ? " :\n$@" : "") . "\n\n" . N("Would you like to try again?")); if ($update_medium) { if ($o->choosePackagesTree($o->{packages}, $update_medium)) { |