From 9def6ff43abfb751eb1c7c492c285697ebb57f9b Mon Sep 17 00:00:00 2001 From: ialex32x Date: Sat, 14 Sep 2024 12:35:12 +0800 Subject: [PATCH] chore: null EditorSettings is usually not considered as an warning in play mode --- internal/jsb_settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/jsb_settings.cpp b/internal/jsb_settings.cpp index 5e2ab02..c30bf1b 100644 --- a/internal/jsb_settings.cpp +++ b/internal/jsb_settings.cpp @@ -44,7 +44,7 @@ namespace jsb::internal } else { - JSB_LOG(Warning, "EditorSettings is not available for %s", jsb_typename(jsb::internal::Settings)); + JSB_LOG(Verbose, "EditorSettings is not available when initialising %s", jsb_typename(jsb::internal::Settings)); } } // check before read to avoid redundant warnings