Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Mar 30, 2024
1 parent 03115c2 commit 4a4f0a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (m *Manager) tryCommitUntil(commitUntilSlot iotago.SlotIndex) {
}

func (m *Manager) ForceCommit(slot iotago.SlotIndex) (*model.Commitment, error) {
m.LogInfof("force commit", "slot", slot)
m.LogInfo("force commit", "slot", slot)

if m.ShutdownEvent().WasTriggered() {
return nil, ierrors.New("notarization manager was stopped")
Expand Down

0 comments on commit 4a4f0a6

Please sign in to comment.