X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmedia%2FExif.php;h=1cb5542b74773447523fb4bda4a77e7453081318;hb=bad8847147778997818a2cbdd8c1ea0d5fe7ac65;hp=844aef2684314e68e0e71dc473d05b063621802a;hpb=6abd85ca9210551ad8f09d2d2424350fc0b21cb3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/Exif.php b/includes/media/Exif.php index 844aef2684..1cb5542b74 100644 --- a/includes/media/Exif.php +++ b/includes/media/Exif.php @@ -829,13 +829,13 @@ class Exif { } if ( $action === true ) { - wfDebugLog( $this->log, "$class::$fname: accepted: '$in' (type: $type)\n" ); + wfDebugLog( $this->log, "$class::$fname: accepted: '$in' (type: $type)" ); } elseif ( $action === false ) { - wfDebugLog( $this->log, "$class::$fname: rejected: '$in' (type: $type)\n" ); + wfDebugLog( $this->log, "$class::$fname: rejected: '$in' (type: $type)" ); } elseif ( $action === null ) { - wfDebugLog( $this->log, "$class::$fname: input was: '$in' (type: $type)\n" ); + wfDebugLog( $this->log, "$class::$fname: input was: '$in' (type: $type)" ); } else { - wfDebugLog( $this->log, "$class::$fname: $action (type: $type; content: '$in')\n" ); + wfDebugLog( $this->log, "$class::$fname: $action (type: $type; content: '$in')" ); } } @@ -851,9 +851,9 @@ class Exif { } $class = ucfirst( __CLASS__ ); if ( $io ) { - wfDebugLog( $this->log, "$class::$fname: begin processing: '{$this->basename}'\n" ); + wfDebugLog( $this->log, "$class::$fname: begin processing: '{$this->basename}'" ); } else { - wfDebugLog( $this->log, "$class::$fname: end processing: '{$this->basename}'\n" ); + wfDebugLog( $this->log, "$class::$fname: end processing: '{$this->basename}'" ); } } }