Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 235)
+++ /trunk/xcache.c	(revision 236)
@@ -2,4 +2,7 @@
 #if 0
 #define DEBUG
+#endif
+
+#if 0
 #define SHOW_DPRINT
 #endif
@@ -1079,5 +1082,5 @@
 	CG(zend_lineno)       = 0;
 #ifdef DEBUG
-	fprintf(stderr, "restoring\n");
+	fprintf(stderr, "restoring %s\n", stored_xce->name.str.val);
 #endif
 	xc_processor_restore_xc_entry_t(&xce, stored_xce, xc_readonly_protection TSRMLS_CC);
@@ -1111,5 +1114,5 @@
 	CG(compiled_filename) = NULL;
 #ifdef DEBUG
-	fprintf(stderr, "restored\n");
+	fprintf(stderr, "restored  %s\n", stored_xce->name.str.val);
 #endif
 	return op_array;
