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{
             Swoole\Coroutine::sleep(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();
     }