Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Nov 17, 2024
1 parent 4c7a78c commit df6e47c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/db/delegation.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@ func (db *Database) UpdateDelegationsStateByFinalityProvider(
return fmt.Errorf("failed to update delegations: %w", err)
}

log.Printf("Updated %d delegations for finality provider %s from states %v to %s",
log.Printf("Updated %d delegations for finality provider %s to state %s",
result.ModifiedCount,
fpBTCPKHex,
newState,
newState.String(),
)
return nil
}

0 comments on commit df6e47c

Please sign in to comment.