SVR -> SRV
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Alex 2022-08-31 17:04:45 +02:00
parent 7703659742
commit d75146fb81
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ impl ServerConn {
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 conn2 = conn.clone();