调整若干文字

This commit is contained in:
GoEdgeLab
2021-07-26 11:23:21 +08:00
parent ff58708a88
commit 7c9afcd130

View File

@@ -506,12 +506,12 @@ func (this *APINode) listenSock() error {
err := this.sock.Listen()
if err != nil {
logs.Println("NODE", err.Error())
logs.Println("API_NODE", err.Error())
}
}()
events.On(events.EventQuit, func() {
logs.Println("NODE", "quit unix sock")
logs.Println("API_NODE", "quit unix sock")
_ = this.sock.Close()
})