mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
stop permanent error_log
This commit is contained in:
parent
67c59b51b2
commit
79ab47771b
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user