diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 96247b99..c0e66727 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -125,7 +125,7 @@ abstract class Pool extends Component public function push($name, $client) { $this->_items[$name]->push([time(), $client]); - $this->debug('release connect.' . $this->hasItem($name)); + $this->debug('release connect.' . $this->size($name)); }