? boost-658942.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.298
diff -u -p -r1.3.2.2.2.5.2.298 boost.module
--- boost.module	24 Jan 2010 18:37:55 -0000	1.3.2.2.2.5.2.298
+++ boost.module	25 Jan 2010 00:57:22 -0000
@@ -731,6 +731,9 @@ function boost_expire_node($node, $nid =
     $data = array_merge($data, boost_cache_get_node_relationships($relationship));
   }
 
+  if (BOOST_VERBOSE >= 9) {
+    watchdog('boost', 'Debug: boost_expire_node() <br />Node !nid is about to be flushed. This will be passed on to boost_cache_expire_router():<br /> !data<br />This will be passed on to boost_cache_expire_derivative(): !paths',  array('!nid' => $node->nid, '!flushed' => $flushed, '!data' => boost_print_r($data, TRUE, TRUE), '!paths' => boost_print_r($paths, TRUE, TRUE)));
+  }
   // Flush the cache
   $flushed = 0;
   if (!empty($data)) {
