From: Seb35 Date: Sat, 1 Jun 2019 12:16:00 +0000 (+0200) Subject: Wording X-Git-Tag: 1.34.0-rc.0~1542^2 X-Git-Url: http://git.cyclocoop.org/%27http:/code.google.com/p/ie7-js/Three?a=commitdiff_plain;h=d2347aa5e625bdaa419909aa7eb331fa5b54235a;p=lhc%2Fweb%2Fwiklou.git Wording In GitInfo, the debug sentence "Computed cacheFile" could imply that some file is written, but in reality "computed" refers to the name. Change to "Candidate cacheFile". Bug: T215722 Change-Id: I19448e5790a0f2fcb5202170ca03ab0f5e16d24e --- diff --git a/includes/GitInfo.php b/includes/GitInfo.php index e9e780d53c..102510ebc5 100644 --- a/includes/GitInfo.php +++ b/includes/GitInfo.php @@ -66,7 +66,7 @@ class GitInfo { $this->repoDir = $repoDir; $this->cacheFile = self::getCacheFilePath( $repoDir ); wfDebugLog( 'gitinfo', - "Computed cacheFile={$this->cacheFile} for {$repoDir}" + "Candidate cacheFile={$this->cacheFile} for {$repoDir}" ); if ( $usePrecomputed && $this->cacheFile !== null &&