X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FGitInfo.php;h=102510ebc59cc0ae3aae2f3182080a42c7e34b85;hb=748c5eae2fd5d897c94c48771161c259941a7488;hp=e9e780d53cb6ac943e5713e774fa1e1faf226e09;hpb=34c498088e6f61fe8b0474450a8a66d7965d649e;p=lhc%2Fweb%2Fwiklou.git 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 &&