Skip to content

Commit

Permalink
Fix the unit of the interval of default-observer in the log (#1193)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Yang <[email protected]>
  • Loading branch information
justin-themedium authored Dec 27, 2021
1 parent 1fb6011 commit 8701938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class DefaultObserver extends TestObserverInterface {

// set the observer interval
this.observeInterval = ConfigUtil.get(ConfigUtil.keys.Progress.Reporting.Interval);
Logger.info(`Observer interval set to ${this.observeInterval} seconds`);
Logger.info(`Observer interval set to ${this.observeInterval} milliseconds`);
this.observeIntervalObject = null;
this.updateTail = 0;
this.updateID = 0;
Expand Down

0 comments on commit 8701938

Please sign in to comment.