Wording
authorSeb35 <seb35@seb35.fr>
Sat, 1 Jun 2019 12:16:00 +0000 (14:16 +0200)
committerSeb35 <seb35@seb35.fr>
Sat, 1 Jun 2019 12:16:00 +0000 (14:16 +0200)
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

index e9e780d..102510e 100644 (file)
@@ -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 &&