From b3235cdf052321bc6da83f414ecad546093efaee Mon Sep 17 00:00:00 2001 From: Marcelo Leitner Date: Fri, 15 Feb 2008 19:42:27 +0000 Subject: - Do not abort on uncatched exceptions anymore. - Fix vim syntax hilight. --- iurt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'iurt2') diff --git a/iurt2 b/iurt2 index 15bf97a..1ac0a49 100755 --- a/iurt2 +++ b/iurt2 @@ -65,7 +65,7 @@ sub bug_handler { $error .= backtrace() if $error; warn "We got an uncatched exception:\n$error\n"; - exit(1); + #exit(1); } $SIG{SEGV} = sub { bug_handler(@_, 1) }; @@ -603,6 +603,7 @@ if ($config->{local_spool}) { # Squash double slashes $local_spool =~ s!//!!g; +#/ plog('INFO', "local spool: $local_spool"); if (!-d "$local_spool/log") { -- cgit v1.2.1