From f2102da371a511ef171405c1590d013ad44eb55a Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 23 Oct 2004 10:22:38 +0000 Subject: [PATCH] Debug info --- includes/ParserCache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/ParserCache.php b/includes/ParserCache.php index cbd33f7622..ed4384dbbd 100644 --- a/includes/ParserCache.php +++ b/includes/ParserCache.php @@ -44,6 +44,7 @@ class ParserCache $value = false; } } else { + wfDebug( "Parser cache miss.\n" ); $value = false; } -- 2.20.1