修正了一些小编码错误
This commit is contained in:
parent
a3e34ee9fb
commit
a88680a386
2
fsm.go
2
fsm.go
@ -76,7 +76,7 @@ func handleRunningToWaiting() {
|
||||
|
||||
// TODO: work with daemon
|
||||
func handleWaitingToStopping() {
|
||||
GetLogger().Infof("Server is currently at %s state", stateToStr[STOPPED])
|
||||
GetLogger().Infof("Server is currently at %s state", stateToStr[STOPPING])
|
||||
go stoppingThread()
|
||||
state = STOPPING
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user