diff --git a/System/Pool/Redis.php b/System/Pool/Redis.php index 55eb4806..88985d34 100644 --- a/System/Pool/Redis.php +++ b/System/Pool/Redis.php @@ -94,7 +94,7 @@ class Redis extends Pool */ 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 . ']'); }