mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2025-04-14 01:49:56 -04:00
improvement: log client id for subscription removal
This commit is contained in:
parent
e6fef37d4e
commit
01d81db617
@ -95,8 +95,9 @@ impl ClientConn {
|
||||
// TODO: return notice if subscription did not exist.
|
||||
self.subscriptions.remove(&c.id);
|
||||
debug!(
|
||||
"removed subscription, currently have {} active subs",
|
||||
self.subscriptions.len()
|
||||
"removed subscription, currently have {} active subs (cid={})",
|
||||
self.subscriptions.len(),
|
||||
self.client_id
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user