mirror of
https://github.com/fiatjaf/khatru.git
synced 2026-06-09 06:10:03 +02:00
fix basic logs.
This commit is contained in:
@@ -48,7 +48,7 @@ func (b *BasicRelay) SaveEvent(evt *nostr.Event) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
return fmt.Errorf("failed to save event from %s", evt.PubKey)
|
||||
return fmt.Errorf("failed to save event %s: %w", evt.ID, err)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user