stop permanent error_log

This commit is contained in:
Ralf Becker 2015-11-09 23:52:47 +00:00
parent a8b62158ea
commit 80265b28ef

View File

@ -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");
}
/**