mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-25 07:55:18 -04:00
cleanup
This commit is contained in:
parent
7f67a00ab2
commit
934cd93b4b
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ impl WebsocketNetworkConnection {
|
|||
)]
|
||||
pub async fn close(&self) -> io::Result<NetworkResult<()>> {
|
||||
let x = self.inner.ws_meta.close().await.map_err(to_io);
|
||||
info!("close result: {:?}", x);
|
||||
log_net!(debug "close result: {:?}", x);
|
||||
Ok(NetworkResult::value(()))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue