From f14b198e2541e48c094e88bf525747569a4446df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 11 Jul 2022 16:28:05 +0800 Subject: [PATCH] modify plugin name --- Mysql/PDO.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Mysql/PDO.php b/Mysql/PDO.php index 28101b0..e351e77 100644 --- a/Mysql/PDO.php +++ b/Mysql/PDO.php @@ -233,6 +233,7 @@ class PDO implements StopHeartbeatCheck $this->pdo->getAttribute(\PDO::ATTR_SERVER_INFO); $result = true; } catch (\Throwable $throwable) { + Kiri::getLogger()->error($throwable->getMessage()); $this->pdo = null; $result = false; } finally {