Skip to content

Commit

Permalink
Fixed log formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszslabon committed May 17, 2024
1 parent 56755f6 commit a145a9a
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 a145a9a

Please sign in to comment.