From: Chad Horohoe Date: Thu, 26 Oct 2017 17:33:42 +0000 (-0700) Subject: Group Swift metadata errors by making $path a parameter X-Git-Tag: 1.31.0-rc.0~1666 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27vote%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=4f2d55babb8d011a25343f40c4f958eef9daf99d;p=lhc%2Fweb%2Fwiklou.git Group Swift metadata errors by making $path a parameter Change-Id: I3beb3743e1d13b06a9110c44f84fdc8d1b193137 --- diff --git a/includes/libs/filebackend/SwiftFileBackend.php b/includes/libs/filebackend/SwiftFileBackend.php index 4212ff5f07..e54e8daca6 100644 --- a/includes/libs/filebackend/SwiftFileBackend.php +++ b/includes/libs/filebackend/SwiftFileBackend.php @@ -714,7 +714,8 @@ class SwiftFileBackend extends FileBackendStore { /** @noinspection PhpUnusedLocalVariableInspection */ $ps = $this->scopedProfileSection( __METHOD__ . "-{$this->name}" ); - $this->logger->error( __METHOD__ . ": $path was not stored with SHA-1 metadata." ); + $this->logger->error( __METHOD__ . ": {path} was not stored with SHA-1 metadata.", + [ 'path' => $path ] ); $objHdrs['x-object-meta-sha1base36'] = false;