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=92001560aab5461e6b713f5a995c3f06d01b00dc;p=opensrf%2Fbjwebb.git another error message that we'll hopefully never see git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@384 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/perlmods/OpenSRF/Application.pm b/src/perlmods/OpenSRF/Application.pm index e08b4cb..d9388a1 100644 --- a/src/perlmods/OpenSRF/Application.pm +++ b/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;