Update comment

This commit is contained in:
lucienlu-aws 2024-07-25 14:04:20 -07:00 committed by GitHub
parent 74fc09a0be
commit 271ea76635
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1205,7 +1205,7 @@ public class Worker implements Runnable {
private void resetInfoLogging() {
if (infoReporting) {
// We just logged at minimum INFO level for a pass through worker loop
// We just logged at INFO level for a pass through worker loop
if (!LOG.isDebugEnabled() || !LOG.isTraceEnabled()) {
infoReporting = false;
nextReportTime = System.currentTimeMillis() + reportIntervalMillis;