stanley-king 3 years ago
parent
commit
baa70efd48
1 changed files with 1 additions and 1 deletions
  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();
     }