This commit is contained in:
Chenbin
2019-09-21 19:52:56 +08:00
parent 8cba5a8e5f
commit 175ac4993e

View File

@@ -281,7 +281,7 @@ func (q *QMP) readLoop(fromVMCh chan<- []byte) {
fromVMCh <- sendLine fromVMCh <- sendLine
} }
q.cfg.Logger.Infof("sanner return error: %v", scanner.Err()) q.cfg.Logger.Infof("scanner return error: %v", scanner.Err())
close(fromVMCh) close(fromVMCh)
} }