diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Quantum/SES.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Quantum/SES.pm b/Bugzilla/Quantum/SES.pm index 119769b32..2a1c65802 100644 --- a/Bugzilla/Quantum/SES.pm +++ b/Bugzilla/Quantum/SES.pm @@ -30,7 +30,7 @@ sub main { $self->_main; } catch { - FATAL($_); + FATAL("Error in SES Handler: ", $_); die $_; }; } |