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; }