Merge "Wording"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 3 Jun 2019 04:31:44 +0000 (04:31 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 3 Jun 2019 04:31:44 +0000 (04:31 +0000)
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 &&