1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 06:42:41 +01:00

Don't call writeLogLog. Just writeLog will do.

Test Plan: Ran `arc lint` locally. Now it doesn't exit with an error.

Reviewers: #blessed_reviewers, #arcanist, epriestley

Reviewed By: #blessed_reviewers, #arcanist, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D9028
This commit is contained in:
epriestley 2014-05-09 10:22:50 -07:00
parent 4298b4ea8b
commit 441e516104

View file

@ -154,7 +154,7 @@ final class ArcanistConfigurationDrivenLintEngine extends ArcanistLintEngine {
}
if (!$keep) {
$console->writeLogLog(
$console->writeLog(
" Path does not match any include rules, discarding.\n");
continue;
}