summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-01-13 10:04:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-01-13 10:04:05 +0000
commitef89ef8a1770714c63228d46ccc8f213ac348b76 (patch)
tree179954598571b766b75d80cee45a2edbff66ef65
parent4f7e90616fa600e3cd671638f0065340fe6d3a82 (diff)
downloaddrakx-backup-do-not-use-ef89ef8a1770714c63228d46ccc8f213ac348b76.tar
drakx-backup-do-not-use-ef89ef8a1770714c63228d46ccc8f213ac348b76.tar.gz
drakx-backup-do-not-use-ef89ef8a1770714c63228d46ccc8f213ac348b76.tar.bz2
drakx-backup-do-not-use-ef89ef8a1770714c63228d46ccc8f213ac348b76.tar.xz
drakx-backup-do-not-use-ef89ef8a1770714c63228d46ccc8f213ac348b76.zip
be more explicit in the log about defaulting to newt
-rw-r--r--perl-install/install2.pm1
1 files changed, 1 insertions, 0 deletions
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;
}