From d9883365917a936f86947a3ebc9812619370e0bc Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 24 Oct 2006 20:22:46 +0000 Subject: [PATCH] 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 --- Open-ILS/src/perlmods/OpenILS/Utils/CStoreEditor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.11.0