mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-18 14:54:24 +01:00
log 404s and other log improvements.
This commit is contained in:
1
nostr.go
1
nostr.go
@@ -177,7 +177,6 @@ func getEvent(ctx context.Context, code string) (*nostr.Event, []string, error)
|
||||
}
|
||||
|
||||
if result == nil {
|
||||
log.Debug().Str("code", code).Msg("couldn't find")
|
||||
return nil, nil, fmt.Errorf("couldn't find this %s, did you include relay or author hints in it?", prefix)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user