From cbbac0554e4342558bf2ccc135c9b18d940fa7c0 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 10 May 2022 01:04:18 +0800 Subject: [PATCH] fix Console debug for ZMConfig get --- src/ZM/Config/ZMConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZM/Config/ZMConfig.php b/src/ZM/Config/ZMConfig.php index 54f7ac1e..730efc46 100644 --- a/src/ZM/Config/ZMConfig.php +++ b/src/ZM/Config/ZMConfig.php @@ -82,7 +82,7 @@ class ZMConfig $head_name = array_shift($separated); // 首先判断有没有初始化这个配置文件,因为是只读,所以是懒加载,加载第一次后缓存起来 if (!isset(self::$config[$head_name])) { - Console::success('配置文件' . $name . ' ' . $additional_key . '没读取过,正在从文件加载 ...'); + Console::debug('配置文件' . $name . ' ' . $additional_key . '没读取过,正在从文件加载 ...'); self::$config[$head_name] = self::loadConfig($head_name); } // global.remote_terminal