From 1ce4b8fd4b92487891774cd7c4a51ab867b6a0a1 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 22 Sep 2003 10:25:29 +0000 Subject: try to follow what is wrong when requiring multiple cds. --- perl-install/install_steps_gtk.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 758322a00..07b654c16 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -591,6 +591,7 @@ If you don't have it, press Cancel to avoid installation from this Cd-Rom.", $na my $install_result; catch_cdie { $install_result = $o->install_steps::installPackages($packages) } sub { + log::l("catch_cdie: $@"); if ($@ =~ /^error ordering package list: (.*)/) { $o->ask_yesorno('', [ N("There was an error ordering packages:"), $1, N("Go on anyway?") ], 1) and return 1; -- cgit v1.2.1