Merge pull request #110 from heychenbin/master

typo fix
This commit is contained in:
James O. D. Hunt
2020-08-25 07:50:22 +01:00
committed by GitHub

View File

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