another error message that we'll hopefully never see
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 7 Jul 2005 21:39:11 +0000 (21:39 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 7 Jul 2005 21:39:11 +0000 (21:39 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@384 9efc2488-bf62-4759-914b-345cdb29e865

src/perlmods/OpenSRF/Application.pm

index e08b4cb..d9388a1 100644 (file)
@@ -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;