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
This commit is contained in:
parent
f75b449f2d
commit
d2347aa5e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue