From: Jason H. <jc...@ey...> - 2001-09-05 17:45:49
|
This just adds the module class name for debugging. --- /usr/local/r2/binarycloud/base/core/Page.php Tue Sep 4 15:24:12 2001 +++ core/Page.php Wed Sep 5 13:47:47 2001 @@ -157,7 +157,7 @@ echo $CacheManager->GetModuleCache(); $Debug->CaptureMessage('Page', "Used module cache with id ".$CacheManager->module['id']); } else { - $Debug->CaptureMessage('Page', "Built module"); + $Debug->CaptureMessage('Page', "Built module ".get_class($mod['obj'])); $mod['obj']->Output(); } if ($mod['cache'] == true) { |