Explorar o código

Use client in client name.

Jing Yang %!s(int64=5) %!d(string=hai) anos
pai
achega
0be0f031b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/config/mod.rs

+ 1 - 1
tests/config/mod.rs

@@ -24,7 +24,7 @@ impl Config {
     }
 
     fn client_name(client: usize, server: usize) -> String {
-        format!("ruaft-server-{}-to-{}", client, server)
+        format!("ruaft-client-{}-to-{}", client, server)
     }
 
     pub fn begin<S: std::fmt::Display>(&self, msg: S) {