mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-16 16:58:38 +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) {
|
if (!$keep) {
|
||||||
$console->writeLogLog(
|
$console->writeLog(
|
||||||
" Path does not match any include rules, discarding.\n");
|
" Path does not match any include rules, discarding.\n");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue