From: Aaron Schulz Date: Thu, 1 Mar 2012 22:01:57 +0000 (+0000) Subject: r112839: missing file change X-Git-Tag: 1.31.0-rc.0~24437 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=2687c2e368eb3ac8a1b22e2316584e94564e5028;p=lhc%2Fweb%2Fwiklou.git r112839: missing file change --- diff --git a/includes/filerepo/backend/SwiftFileBackend.php b/includes/filerepo/backend/SwiftFileBackend.php index 734a06a395..86ab1beddf 100644 --- a/includes/filerepo/backend/SwiftFileBackend.php +++ b/includes/filerepo/backend/SwiftFileBackend.php @@ -807,7 +807,7 @@ class SwiftFileBackend extends FileBackendStore { */ protected function logException( Exception $e, $func, array $params ) { wfDebugLog( 'SwiftBackend', - get_class( $e ) . " in '{$func}' (given '" . serialize( $params ) . "')" . + get_class( $e ) . " in '{$func}' (given '" . FormatJson::encode( $params ) . "')" . ( $e instanceof InvalidResponseException ? ": {$e->getMessage()}" : ""