Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Commit

Permalink
Fix a typo in log content
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Feb 19, 2021
1 parent 2acb5bf commit cc7e580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/IRuntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit cc7e580

Please sign in to comment.