Index: trunk/xcache.c
===================================================================
--- trunk/xcache.c	(revision 856)
+++ trunk/xcache.c	(revision 857)
@@ -1775,5 +1775,5 @@
 	CG(in_compilation)    = 0;
 	CG(compiled_filename) = NULL;
-	TRACE("restored  %s", stored_xce->name.str.val);
+	TRACE("restored  %s", stored_xce->entry.name.str.val);
 	return op_array;
 }
@@ -1809,10 +1809,10 @@
 			xc_cache_hit_dmz(cache TSRMLS_CC);
 
-			TRACE("hit %s, holding", stored_xce->name.str.val);
+			TRACE("hit %s, holding", stored_xce->entry.name.str.val);
 			xc_entry_hold_php_dmz(cache, stored_xce TSRMLS_CC);
 		}
 		else {
 			cache->misses ++;
-			TRACE("miss %s", xce->name.str.val);
+			TRACE("miss %s", xce->entry.name.str.val);
 
 			if (xc_entry_init_key_php_md5(cache, xce->php, xce TSRMLS_CC) != SUCCESS) {
@@ -2904,5 +2904,5 @@
 		stored_xce = (xc_entry_var_t *) xc_entry_find_dmz(XC_TYPE_VAR, cache, entry_hash.cacheslotid, (xc_entry_t *) &xce TSRMLS_CC);
 		if (stored_xce) {
-			TRACE("incdec: gotxce %s", xce.name.str.val);
+			TRACE("incdec: gotxce %s", xce.entry.name.str.val);
 			/* timeout */
 			if (VAR_ENTRY_EXPIRED(&(stored_xce->entry))) {
@@ -2936,5 +2936,5 @@
 		}
 		else {
-			TRACE("incdec: %s not found", xce.name.str.val);
+			TRACE("incdec: %s not found", xce.entry.name.str.val);
 		}
 
