Skip to content

Commit ea48ec5

Browse files
Fix logging (#3815)
This PR contains a fix related to logs formatting.
2 parents 27a8b97 + a145a9a commit ea48ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tbtc/inactivity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func (ice *inactivityClaimExecutor) claimInactivity(
124124

125125
defer wg.Done()
126126

127-
execLogger.Info(
127+
execLogger.Infof(
128128
"[member:%v] starting inactivity claim publishing",
129129
signer.signingGroupMemberIndex,
130130
)

0 commit comments

Comments
 (0)