diff options
Diffstat (limited to 'iurt2')
-rwxr-xr-x | iurt2 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") { |