From cc7e5800dc4f2b663d6a49bbf70079d5b9b72544 Mon Sep 17 00:00:00 2001 From: Sprite Date: Fri, 19 Feb 2021 13:44:03 +0800 Subject: [PATCH] Fix a typo in log content --- Source/IRuntime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/IRuntime.cpp b/Source/IRuntime.cpp index d95c7a1..adf41ce 100644 --- a/Source/IRuntime.cpp +++ b/Source/IRuntime.cpp @@ -538,7 +538,7 @@ bool IRuntime::InitDynamicData_LangInstance() } if (CoreAppInstance == NULL) { - ILogger::GetInstance().TraceWarn("[IRuntime] pCoreAppInstance always nullptr."); + ILogger::GetInstance().TraceWarn("[IRuntime] CoreAppInstance always nullptr."); return false; }