Skip to content

Commit

Permalink
Fix logging (#3815)
Browse files Browse the repository at this point in the history
This PR contains a fix related to logs formatting.
  • Loading branch information
michalinacienciala committed May 21, 2024
2 parents 27a8b97 + a145a9a commit ea48ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tbtc/inactivity.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (ice *inactivityClaimExecutor) claimInactivity(

defer wg.Done()

execLogger.Info(
execLogger.Infof(
"[member:%v] starting inactivity claim publishing",
signer.signingGroupMemberIndex,
)
Expand Down

0 comments on commit ea48ec5

Please sign in to comment.