Skip to content

Commit 54c8c33

Browse files
committed
Add log
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
1 parent d840587 commit 54c8c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perfTest/cmd/silent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func printStats() {
9494
for {
9595
select {
9696
case _ = <-tickerReset.C:
97-
97+
logInfo("Resetting counters...")
9898
atomic.SwapInt32(&publisherMessageCount, 0)
9999
atomic.SwapInt32(&consumerMessageCount, 0)
100100
atomic.SwapInt64(&totalLatency, 0)

0 commit comments

Comments
 (0)