Index: trunk/phase3/includes/cache/MessageCache.php |
— | — | @@ -753,7 +753,7 @@ |
754 | 754 | $message = $revision->getText(); |
755 | 755 | if ($message === false) { |
756 | 756 | // A possibly temporary loading failure. |
757 | | - wfDebugLog( 'MessageCache', __METHOD__ . ": failed to load message page text for {$title->getDbKey()} ($code)" ); |
| 757 | + wfDebugLog( 'MessageCache', __METHOD__ . ": failed to load message page text for {$title} ($code)" ); |
758 | 758 | } else { |
759 | 759 | $this->mCache[$code][$title] = ' ' . $message; |
760 | 760 | $this->mMemc->set( $titleKey, ' ' . $message, $this->mExpiry ); |