another error message that we'll hopefully never see
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 7 Jul 2005 21:39:11 +0000 (21:39 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 7 Jul 2005 21:39:11 +0000 (21:39 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@1097 dcc99617-32d9-48b4-a31d-7c20da2025e4

OpenSRF/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;