forked from lx/netapp
SVR -> SRV
This commit is contained in:
parent
7703659742
commit
d75146fb81
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ impl ServerConn {
|
||||||
|
|
||||||
netapp.connected_as_server(peer_id, conn.clone());
|
netapp.connected_as_server(peer_id, conn.clone());
|
||||||
|
|
||||||
let debug_name = format!("SVR {}", hex::encode(&peer_id[..8]));
|
let debug_name = format!("SRV {}", hex::encode(&peer_id[..8]));
|
||||||
let debug_name_2 = debug_name.clone();
|
let debug_name_2 = debug_name.clone();
|
||||||
|
|
||||||
let conn2 = conn.clone();
|
let conn2 = conn.clone();
|
||||||
|
|
Loading…
Reference in a new issue