Skip to content

Commit 8a7fa7b

Browse files
committed
[增加]1. 增加全局配置的设置的日志打印
1 parent 0ae2f11 commit 8a7fa7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GameFrameX.Utility/Setting/GlobalSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static void SetCurrentSetting(AppSetting setting)
8383
{
8484
if (CurrentSetting.IsNotNull())
8585
{
86-
LogHelper.WarnConsole("当前设置已经存在不能再次设置");
86+
LogHelper.WarnConsole("当前设置已经存在,不能再次设置,已忽略本次设置");
8787
return;
8888
}
8989

0 commit comments

Comments
 (0)