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
This commit is contained in:
Seb35 2019-06-01 14:16:00 +02:00
parent f75b449f2d
commit d2347aa5e6

View 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 &&