Index: trunk/phase3/includes/parser/ParserCache.php |
— | — | @@ -79,7 +79,7 @@ |
80 | 80 | global $wgCacheEpoch; |
81 | 81 | |
82 | 82 | if( $popts instanceof User ) { |
83 | | - wfDebug( "Use of outdated prototype ParserCache::getKey( &\$article, &\$user )\n" ); |
| 83 | + wfWarn( "Use of outdated prototype ParserCache::getKey( &\$article, &\$user )\n" ); |
84 | 84 | $popts = ParserOptions::newFromUser( $popts ); |
85 | 85 | } |
86 | 86 | |