From 80265b28efbb6c5f71b2bb3019c5c29b1af272a9 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 9 Nov 2015 23:52:47 +0000 Subject: [PATCH] stop permanent error_log --- phpgwapi/inc/class.egw_cache_memcached.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.egw_cache_memcached.inc.php b/phpgwapi/inc/class.egw_cache_memcached.inc.php index 459b03e7d0..49dec8076e 100644 --- a/phpgwapi/inc/class.egw_cache_memcached.inc.php +++ b/phpgwapi/inc/class.egw_cache_memcached.inc.php @@ -114,9 +114,9 @@ class egw_cache_memcached extends egw_cache_provider_check implements egw_cache_ { throw new Exception (__METHOD__.'('.array2string($params).") Can't open connection to any memcached server!"); } - error_log(__METHOD__."(".array2string($params).") creating new pool / persitent connection"); + //error_log(__METHOD__."(".array2string($params).") creating new pool / persitent connection"); } - else error_log(__METHOD__."(".array2string($params).") using existing pool / persitent connection"); + //else error_log(__METHOD__."(".array2string($params).") using existing pool / persitent connection"); } /**