@@ -139,7 +139,7 @@ |
||
139 | 139 | if ($projMetadata['dbname'] == "$project" |
140 | 140 | || $projMetadata['url'] == "$project" |
141 | 141 | || $projMetadata['url'] == "https://$project") { |
142 | - $this->log->debug(__METHOD__ . " Using cached data for $project"); |
|
142 | + $this->log->debug(__METHOD__." Using cached data for $project"); |
|
143 | 143 | return $projMetadata; |
144 | 144 | } |
145 | 145 | } |