[OpenSRF-GIT] OpenSRF branch master updated. dbd9798ba5b9f568f9e4517f076a85d413fa3320
Evergreen Git
git at git.evergreen-ils.org
Mon May 21 12:18:21 EDT 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".
The branch, master has been updated
via dbd9798ba5b9f568f9e4517f076a85d413fa3320 (commit)
from 02f3d36e5979c78708d7afab28436af07a8a4054 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dbd9798ba5b9f568f9e4517f076a85d413fa3320
Author: Dan Scott <dan at coffeecode.net>
Date: Mon May 21 11:48:26 2012 -0400
Revert inadvertently introduced debugging code
In commit 91b8790c, several debugging lines were accidentally committed
to the OpenSRF caching utility. Revert that change.
Signed-off-by: Dan Scott <dan at coffeecode.net>
diff --git a/src/perl/lib/OpenSRF/Utils/Cache.pm b/src/perl/lib/OpenSRF/Utils/Cache.pm
index b7344d2..1fb56a4 100644
--- a/src/perl/lib/OpenSRF/Utils/Cache.pm
+++ b/src/perl/lib/OpenSRF/Utils/Cache.pm
@@ -94,9 +94,6 @@ sub new {
$self->{persist} = $persist || 0;
$self->{memcache} = Cache::Memcached->new( { servers => $servers } );
if(!$self->{memcache}) {
- open(CACHEFOO, '>', '/tmp/cached');
- print CACHEFOO "De nada\n";
- close(CACHEFOO);
throw OpenSRF::EX::PANIC ("Unable to create a new memcache object for $cache_type");
}
-----------------------------------------------------------------------
Summary of changes:
src/perl/lib/OpenSRF/Utils/Cache.pm | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
hooks/post-receive
--
OpenSRF
More information about the opensrf-commits
mailing list