diff --git a/System/Pool/ClientsPool.php b/System/Pool/ClientsPool.php index e8b6c5bf..faaddc2e 100644 --- a/System/Pool/ClientsPool.php +++ b/System/Pool/ClientsPool.php @@ -94,7 +94,7 @@ class ClientsPool extends Component $num[$key] += $channel->length(); if (str_starts_with($key, 'Mysql') && (Snowflake::isWorker() || Snowflake::isTask()) && $channel->length() > 0) { - $this->debug('Worker #' . env('worker') . ' use client -> ' . $key . ':' . $total); + $this->debug('Worker #' . env('worker') . ' use client -> ' . $key . ':' . $channel->length()); } $total += $channel->length(); }