From 5b7636415728d5a6385aa310efec5f7034064bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 2 Mar 2021 18:35:36 +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/Abstracts/Pool.php | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 99a36fe1..8449b9f7 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -278,6 +278,7 @@ abstract class Pool extends Component public function clean(string $name) { Timer::clear($this->creates); + $this->warning('release ' . get_called_class() . ' pool...'); if (!Context::inCoroutine() || !isset($this->_items[$name])) { return; }