mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-08-04 00:42:38 +02:00
improved logging thing with the "debug" build tag.
This commit is contained in:
@@ -68,7 +68,7 @@ func (sub *Subscription) Fire() error {
|
||||
message = append(message, filter)
|
||||
}
|
||||
|
||||
DebugLogger.Printf("{%s} sending %v", sub.Relay.URL, message)
|
||||
debugLog("{%s} sending %v", sub.Relay.URL, message)
|
||||
|
||||
err := sub.conn.WriteJSON(message)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user