Skip to content

Commit

Permalink
change client closed text
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdfgdfg committed Apr 7, 2021
1 parent 5c13cee commit 96188ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/npc/npc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}()
Expand Down

0 comments on commit 96188ee

Please sign in to comment.