From 81ac6c82c0b71e1f1a0a94c9ff91abc38d1a795d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 27 Feb 2003 18:09:14 +0000 Subject: added mirror url not given. --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') 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)) { -- cgit v1.2.1