Merge "Turn a wfDebug call in MessageCache::get into a wfDebugLog call"
This commit is contained in:
commit
f36b0fbca2
1 changed files with 1 additions and 1 deletions
2
includes/cache/MessageCache.php
vendored
2
includes/cache/MessageCache.php
vendored
|
|
@ -422,7 +422,7 @@ class MessageCache {
|
|||
$this->mLoadedLanguages[$code] = true;
|
||||
}
|
||||
$info = implode( ', ', $where );
|
||||
wfDebug( __METHOD__ . ": Loading $code... $info\n" );
|
||||
wfDebugLog( 'MessageCache', __METHOD__ . ": Loading $code... $info\n" );
|
||||
wfProfileOut( __METHOD__ );
|
||||
|
||||
return $success;
|
||||
|
|
|
|||
Loading…
Reference in a new issue