Skip to content

Commit

Permalink
fix: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Oct 27, 2023
1 parent 6832dee commit 4ce938a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/postage/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func (ps *service) SetExpired() error {
ps.lock.Lock()
defer ps.lock.Unlock()

ps.logger.Debug("running set expired")
ps.logger.Debug("removing expired stamp issuers and stamp data")

for _, issuer := range ps.issuers {
exists, err := ps.postageStore.Exists(issuer.ID())
Expand Down

0 comments on commit 4ce938a

Please sign in to comment.