From 35ce80c19b4532a68c38afa0c6e4a1f308687a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 5 Jul 2021 16:33:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Pool/ClientsPool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }