summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/ChangeLog4
-rwxr-xr-xperl-install/standalone/drakgw1
2 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog
index 145982fa9..69a25fd48 100644
--- a/perl-install/ChangeLog
+++ b/perl-install/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-24 Guillaume Cottenceau <gc@mandrakesoft.com>
+
+ * standalone/drakgw (fatal_quit($)): add log of reason of fatal_quit
+
2000-09-24 DrakX <install@linux-mandrake.com>
* snapshot uploaded
diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw
index 99dc366d6..e3e42973c 100755
--- a/perl-install/standalone/drakgw
+++ b/perl-install/standalone/drakgw
@@ -82,6 +82,7 @@ sub install_rpm($)
sub fatal_quit($)
{
+ log::l("[drakgw] FATAL: $_[0]\n");
(defined $wait_configuring) and (undef $wait_configuring);
$in->ask_warn('', $_[0]);
$in->exit(-1);