diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-01-13 10:04:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-01-13 10:04:05 +0000 |
commit | ef89ef8a1770714c63228d46ccc8f213ac348b76 (patch) | |
tree | 179954598571b766b75d80cee45a2edbff66ef65 | |
parent | 4f7e90616fa600e3cd671638f0065340fe6d3a82 (diff) | |
download | drakx-ef89ef8a1770714c63228d46ccc8f213ac348b76.tar drakx-ef89ef8a1770714c63228d46ccc8f213ac348b76.tar.gz drakx-ef89ef8a1770714c63228d46ccc8f213ac348b76.tar.bz2 drakx-ef89ef8a1770714c63228d46ccc8f213ac348b76.tar.xz drakx-ef89ef8a1770714c63228d46ccc8f213ac348b76.zip |
be more explicit in the log about defaulting to newt
-rw-r--r-- | perl-install/install2.pm | 1 |
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; } |