From: Tim Starling Date: Sat, 23 Oct 2004 10:22:38 +0000 (+0000) Subject: Debug info X-Git-Tag: 1.5.0alpha1~1487 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=f2102da371a511ef171405c1590d013ad44eb55a;p=lhc%2Fweb%2Fwiklou.git Debug info --- 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; }