소스 검색

Use client in client name.

Jing Yang 5 년 전
부모
커밋
0be0f031b1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {