changed exception text for the day when we start using it
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 24 Oct 2006 20:22:46 +0000 (20:22 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 24 Oct 2006 20:22:46 +0000 (20:22 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6505 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm

index c5f069b..9e11b20 100644 (file)
@@ -264,7 +264,7 @@ sub request {
        if( $self->{xact} and 
                        $self->session->state != OpenSRF::AppSession::CONNECTED() ) {
                $logger->error("CStoreEditor lost it's connection!!");
-               #throw OpenSRF::EX::ERROR ("CStoreEditor lost it's connection - cannot continue");
+               #throw OpenSRF::EX::ERROR ("CStoreEditor lost it's connection - transaction cannot continue");
        }
 
        try {