stanley-king 3 年之前
父节点
当前提交
baa70efd48
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      helper/queue/iqueue.php

+ 1 - 1
helper/queue/iqueue.php

@@ -243,7 +243,7 @@ abstract class ILooper
         do{
         do{
             Swoole\Coroutine::sleep(1);
             Swoole\Coroutine::sleep(1);
         } while($this->_pause == 1);
         } while($this->_pause == 1);
-        Log::record("runloop cid={$this->_cid}",Log::DEBUG);
+        Log::record("runloop cid={$this->_cid} pause={$this->_pause}",Log::DEBUG);
 
 
         $this->wait();
         $this->wait();
     }
     }