From d2347aa5e625bdaa419909aa7eb331fa5b54235a Mon Sep 17 00:00:00 2001 From: Seb35 Date: Sat, 1 Jun 2019 14:16:00 +0200 Subject: [PATCH] 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 --- includes/GitInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && -- 2.20.1