- fix orderMsgHandlerRoutinue.

This commit is contained in:
gazebo
2018-06-20 07:08:31 +08:00
parent e8f6264b37
commit e215aafb45

View File

@@ -54,7 +54,7 @@ func handlePendingOrderMsg() {
}
}
func orderMsgHandlerRoutinue() {
func orderMsgHandlerRoutine() {
for {
msg := <-orderMsgChan
globals.SugarLogger.Debugf("orderMsgHandlerRoutine:%v", msg)