From f2f438198e79df339347bcb0bb69f62dc36274b9 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sun, 24 Sep 2000 16:11:47 +0000 Subject: add log on fatal_quit --- perl-install/ChangeLog | 4 ++++ perl-install/standalone/drakgw | 1 + 2 files changed, 5 insertions(+) (limited to 'perl-install') 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 + + * standalone/drakgw (fatal_quit($)): add log of reason of fatal_quit + 2000-09-24 DrakX * 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); -- cgit v1.2.1