From 48c2ecd244aefe35f2de8b4b26ea4f1e324e04ee Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 10 Aug 2010 19:32:49 +0000 Subject: [PATCH] Upgrade the warning from wfDebug to wfWarn. --- includes/parser/ParserCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/parser/ParserCache.php b/includes/parser/ParserCache.php index 61cb9ecbbe..00665a1ee2 100644 --- a/includes/parser/ParserCache.php +++ b/includes/parser/ParserCache.php @@ -79,7 +79,7 @@ class ParserCache { global $wgCacheEpoch; if( $popts instanceof User ) { - wfDebug( "Use of outdated prototype ParserCache::getKey( &\$article, &\$user )\n" ); + wfWarn( "Use of outdated prototype ParserCache::getKey( &\$article, &\$user )\n" ); $popts = ParserOptions::newFromUser( $popts ); } -- 2.20.1