aa
This commit is contained in:
@@ -383,6 +383,7 @@ func doPrint2(printMsgChan chan interface{}) (err error) {
|
|||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
case obj, _ := <-printMsgChan:
|
case obj, _ := <-printMsgChan:
|
||||||
|
fmt.Println("qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq", utils.Format4Output(obj, true))
|
||||||
printMsg, ok := obj.(*model.PrintMsg)
|
printMsg, ok := obj.(*model.PrintMsg)
|
||||||
if ok {
|
if ok {
|
||||||
var (
|
var (
|
||||||
|
|||||||
Reference in New Issue
Block a user