change client closed text

pull/772/head
ffdfgdfg 2021-04-08 02:25:46 +08:00
parent 5c13ceecc8
commit 96188ee6ed
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ func run() {
go func() {
for {
client.NewRPClient(*serverAddr, *verifyKey, *connType, *proxyUrl, nil, *disconnectTime).Start()
logs.Info("It will be reconnected in five seconds")
logs.Info("Client closed! It will be reconnected in five seconds")
time.Sleep(time.Second * 5)
}
}()