Skip to content

Commit e634bb2

Browse files
Change print format
1 parent eb44e8a commit e634bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/logger/logger.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ func (l *Logger) LogDataStats(ctx context.Context) error {
147147
}
148148

149149
statsMessage := fmt.Sprintf(
150-
"[STATS] Blocks: %s (Blocks/Second: %s, Orphaned: %s) Transactions: %s Operations: %s",
150+
"[STATS] Blocks: %s (Orphaned: %s, Rate: %s/sec) Transactions: %s Operations: %s",
151151
blocks.String(),
152-
blocksPerSecond.String(),
153152
orphans.String(),
153+
blocksPerSecond.String(),
154154
txs.String(),
155155
ops.String(),
156156
)

0 commit comments

Comments
 (0)