Update comment
This commit is contained in:
parent
74fc09a0be
commit
271ea76635
1 changed files with 1 additions and 1 deletions
|
|
@ -1205,7 +1205,7 @@ public class Worker implements Runnable {
|
||||||
|
|
||||||
private void resetInfoLogging() {
|
private void resetInfoLogging() {
|
||||||
if (infoReporting) {
|
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()) {
|
if (!LOG.isDebugEnabled() || !LOG.isTraceEnabled()) {
|
||||||
infoReporting = false;
|
infoReporting = false;
|
||||||
nextReportTime = System.currentTimeMillis() + reportIntervalMillis;
|
nextReportTime = System.currentTimeMillis() + reportIntervalMillis;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue