Skip to content

Commit 8701938

Browse files
Fix the unit of the interval of default-observer in the log (#1193)
Signed-off-by: Justin Yang <justin.yang@themedium.io>
1 parent 1fb6011 commit 8701938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/caliper-core/lib/manager/test-observers/default-observer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class DefaultObserver extends TestObserverInterface {
3434

3535
// set the observer interval
3636
this.observeInterval = ConfigUtil.get(ConfigUtil.keys.Progress.Reporting.Interval);
37-
Logger.info(`Observer interval set to ${this.observeInterval} seconds`);
37+
Logger.info(`Observer interval set to ${this.observeInterval} milliseconds`);
3838
this.observeIntervalObject = null;
3939
this.updateTail = 0;
4040
this.updateID = 0;

0 commit comments

Comments
 (0)