Debug info
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 23 Oct 2004 10:22:38 +0000 (10:22 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 23 Oct 2004 10:22:38 +0000 (10:22 +0000)
includes/ParserCache.php

index cbd33f7..ed4384d 100644 (file)
@@ -44,6 +44,7 @@ class ParserCache
                                $value = false;
                        }
                } else {
+                       wfDebug( "Parser cache miss.\n" );
                        $value = false;
                }