test: push log add

This commit is contained in:
Gordon
2023-06-06 17:26:00 +08:00
parent 4b77839202
commit 78cab78197
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ func getRemoteAdders(client []*Client) string {
if i == 0 {
ret = c.ctx.GetRemoteAddr()
} else {
ret += "@" + c.ctx.GetRemoteAddr()
ret += " @ " + c.ctx.GetRemoteAddr()
}
}
return ret