From: erickson Date: Tue, 24 Oct 2006 20:22:46 +0000 (+0000) Subject: changed exception text for the day when we start using it X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d9883365917a936f86947a3ebc9812619370e0bc;p=Evergreen.git changed exception text for the day when we start using it git-svn-id: svn://svn.open-ils.org/ILS/trunk@6505 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm b/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm index c5f069bf3d..9e11b20a22 100644 --- a/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm +++ b/Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm @@ -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 {