优化日志输出

This commit is contained in:
duanhf2012
2023-10-09 16:50:09 +08:00
parent c0971a46a7
commit 8c9b796fce
3 changed files with 5 additions and 5 deletions

View File

@@ -314,7 +314,7 @@ func startNode(args interface{}) error {
case s := <-sig:
signal := s.(syscall.Signal)
if signal == SignalRetire {
log.Info("receipt downline signal.")
log.Info("receipt retire signal.")
notifyAllServiceRetire()
}else {
bRun = false