Index: trunk/phase3/includes/filerepo/backend/FileOp.php |
— | — | @@ -346,7 +346,7 @@ |
347 | 347 | $params['failedAction'] = $action; |
348 | 348 | try { |
349 | 349 | wfDebugLog( 'FileOperation', |
350 | | - get_class( $this ) . ' failed:' . FormatJson::encode( $params ) ); |
| 350 | + get_class( $this ) . ' failed: ' . FormatJson::encode( $params ) ); |
351 | 351 | } catch ( Exception $e ) { |
352 | 352 | // bad config? debug log error? |
353 | 353 | } |