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();
     }