From ef89ef8a1770714c63228d46ccc8f213ac348b76 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 13 Jan 2006 10:04:05 +0000 Subject: be more explicit in the log about defaulting to newt --- perl-install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 659bb718a..e68d4659a 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -601,6 +601,7 @@ sub main { die "unknown install type"; $o_ and last; + log::l("$o->{interactive} failed, trying again with newt"); $o->{interactive} = "newt"; require install_steps_newt; } -- cgit v1.2.1