Skip to content

Commit

Permalink
fix: change log of published response event to be info instead of deb…
Browse files Browse the repository at this point in the history
…ug (#685)
  • Loading branch information
rolznz authored Sep 20, 2024
1 parent d5c2ec3 commit 42de741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nip47/event_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ func (svc *nip47Service) publishResponseEvent(ctx context.Context, relay nostrmo
"appId": appId,
"responseEventId": responseEvent.ID,
"responseNostrEventId": resp.ID,
}).Debug("Published reply")
}).Info("Published reply")
}

err = svc.db.Save(&responseEvent).Error
Expand Down

0 comments on commit 42de741

Please sign in to comment.