From dde7c7399043c79b6c4ddacdecbb59efbba80716 Mon Sep 17 00:00:00 2001 From: NoahLan <6995syu@163.com> Date: Sat, 11 May 2024 14:29:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- framework/NPin.Framework.Core/Modularity/NPinModuleManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/NPin.Framework.Core/Modularity/NPinModuleManager.cs b/framework/NPin.Framework.Core/Modularity/NPinModuleManager.cs index 1533dd4..ac41707 100644 --- a/framework/NPin.Framework.Core/Modularity/NPinModuleManager.cs +++ b/framework/NPin.Framework.Core/Modularity/NPinModuleManager.cs @@ -44,7 +44,7 @@ public class NPinModuleManager : ModuleManager, IModuleManager, ISingletonDepend if (watch.ElapsedMilliseconds > 1) { - _logger.LogDebug($"已加载模块[{module.Assembly.GetName().Name}],耗时[${watch.ElapsedMilliseconds}ms]"); + _logger.LogDebug($"已加载模块[{module.Assembly.GetName().Name}],耗时[{watch.ElapsedMilliseconds}ms]"); } } catch (Exception ex)