Reset info logs back to print in sync

Bug: b/292704435
Change-Id: Ib4b4873de726888fc68e476167ff2dcd74ec9045
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/387974
Tested-by: Aravind Vasudevan <aravindvasudev@google.com>
Commit-Queue: Aravind Vasudevan <aravindvasudev@google.com>
Reviewed-by: Jason Chang <jasonnc@google.com>
This commit is contained in:
Aravind Vasudevan
2023-09-28 19:06:59 +00:00
committed by LUCI
parent 87058c6ca5
commit 83c66ec661
2 changed files with 11 additions and 14 deletions

View File

@ -88,5 +88,5 @@ class RepoLogger(logging.Logger):
)
diff = len(err.aggregate_errors) - MAX_PRINT_ERRORS
if diff:
if diff > 0:
self.error("+%d additional errors...", diff)