From: Simon H. <sim...@us...> - 2010-11-25 13:37:52
|
Update of /cvsroot/stack/stack-dev/lib/database In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31191/lib/database Modified Files: Tag: item_state_separation StackDBCache.php Log Message: Fixed smalled regression due to debugging. Index: StackDBCache.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lib/database/StackDBCache.php,v retrieving revision 1.12.6.2.2.5 retrieving revision 1.12.6.2.2.6 diff -C2 -d -r1.12.6.2.2.5 -r1.12.6.2.2.6 *** StackDBCache.php 18 Nov 2010 14:21:14 -0000 1.12.6.2.2.5 --- StackDBCache.php 25 Nov 2010 13:37:43 -0000 1.12.6.2.2.6 *************** *** 48,52 **** //$state->reduceToState(); $this->logger->debug("state size in add: ".strlen($this->base64_serialize($state))); ! $this->logger->debug("DI in add(): ".print_r($state, 1)); // add the new state --- 48,52 ---- //$state->reduceToState(); $this->logger->debug("state size in add: ".strlen($this->base64_serialize($state))); ! //$this->logger->debug("DI in add(): ".print_r($state, 1)); // add the new state *************** *** 164,168 **** //$instance->reduceToState(); ! //$logger = new Logger("STATIC deploy cache"); //$logger->debug("state in deployCache: ".print_r($instance, true)); --- 164,168 ---- //$instance->reduceToState(); ! $logger = new Logger("STATIC deploy cache"); //$logger->debug("state in deployCache: ".print_r($instance, true)); |