diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 667d3eae..2515453d 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -167,7 +167,7 @@ abstract class Pool extends Component */ public function printClients($cds, $coroutineName, $isBefore = false) { - $this->warning(($isBefore ? 'before ' : '') . 'create client[address: ' . $cds . ', ' . env('workerId') . ', coroutine: ' . Coroutine::getCid() . ', has num: ' . $this->size($coroutineName) . ', has create: ' . $this->_create . ']'); +// $this->warning(($isBefore ? 'before ' : '') . 'create client[address: ' . $cds . ', ' . env('workerId') . ', coroutine: ' . Coroutine::getCid() . ', has num: ' . $this->size($coroutineName) . ', has create: ' . $this->_create . ']'); }