r112840 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112839‎ | r112840 | r112841 >
Date:22:01, 1 March 2012
Author:aaron
Status:ok
Tags:
Comment:
r112839: missing file change
Modified paths:
  • /trunk/phase3/includes/filerepo/backend/SwiftFileBackend.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/filerepo/backend/SwiftFileBackend.php
@@ -807,7 +807,7 @@
808808 */
809809 protected function logException( Exception $e, $func, array $params ) {
810810 wfDebugLog( 'SwiftBackend',
811 - get_class( $e ) . " in '{$func}' (given '" . serialize( $params ) . "')" .
 811+ get_class( $e ) . " in '{$func}' (given '" . FormatJson::encode( $params ) . "')" .
812812 ( $e instanceof InvalidResponseException
813813 ? ": {$e->getMessage()}"
814814 : ""

Follow-up revisions

RevisionCommit summaryAuthorDate
r112841MFT r112839, r112840aaron22:03, 1 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112839Error log readability is niceaaron21:59, 1 March 2012

Status & tagging log