[Erp5-report] r27979 - /erp5/trunk/products/ERP5Type/CachePlugins/DistributedRamCache.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jul 7 11:04:25 CEST 2009
Author: nicolas
Date: Tue Jul 7 11:04:24 2009
New Revision: 27979
URL: http://svn.erp5.org?rev=27979&view=rev
Log:
typo
Modified:
erp5/trunk/products/ERP5Type/CachePlugins/DistributedRamCache.py
Modified: erp5/trunk/products/ERP5Type/CachePlugins/DistributedRamCache.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/CachePlugins/DistributedRamCache.py?rev=27979&r1=27978&r2=27979&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/CachePlugins/DistributedRamCache.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/CachePlugins/DistributedRamCache.py [utf8] Tue Jul 7 11:04:24 2009
@@ -79,7 +79,7 @@
debug=self._debug_level,
server_max_key_length=self._server_max_key_length,
server_max_value_length=self._server_max_value_length)
- connection_pool[thread_id] = memcache_conn
+ connection_pool[thread_id] = memcache_conn
return memcache_conn
else:
## we have memcache_conn for this thread
More information about the Erp5-report
mailing list