Commit 80538796 authored by duanjinfei's avatar duanjinfei

update log

parent fa90d6b2
...@@ -160,6 +160,7 @@ func monitorWorker(op *operate.DockerOp) { ...@@ -160,6 +160,7 @@ func monitorWorker(op *operate.DockerOp) {
select { select {
case <-ticker.C: case <-ticker.C:
if isSend { if isSend {
log.Info("The once-off message is send")
return return
} }
ticker = time.NewTicker(time.Second * 20) ticker = time.NewTicker(time.Second * 20)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment