From: erickson Date: Thu, 7 Jul 2005 21:39:11 +0000 (+0000) Subject: another error message that we'll hopefully never see X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fac23a89e14206636618ec4f3c75157b76d0ec5f;p=Evergreen.git another error message that we'll hopefully never see git-svn-id: svn://svn.open-ils.org/ILS/trunk@1097 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/OpenSRF/src/perlmods/OpenSRF/Application.pm b/OpenSRF/src/perlmods/OpenSRF/Application.pm index e08b4cbccd..d9388a1f59 100644 --- a/OpenSRF/src/perlmods/OpenSRF/Application.pm +++ b/OpenSRF/src/perlmods/OpenSRF/Application.pm @@ -210,7 +210,9 @@ sub handler { return 1; } - my $res = OpenSRF::DomainObject::oilsMethodException->new; + + my $res = OpenSRF::DomainObject::oilsMethodException->new( + status => "Received non-REQUEST message in Application handler"); $session->send('ERROR', $res); $session->kill_me; return 1;