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:
parent
4298b4ea8b
commit
441e516104
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue