We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c420279 commit 6cd01d3Copy full SHA for 6cd01d3
src/coreclr/vm/binder.cpp
@@ -1141,7 +1141,7 @@ void CoreLibBinder::CheckExtended()
1141
{
1142
pszClassName = pszNameSpace = "Invalid TypeDef record";
1143
}
1144
- minipal_log_print_errpr("CheckExtended: Unable to load class from System.Private.CoreLib: %s.%s\n", pszNameSpace, pszClassName);
+ minipal_log_print_error("CheckExtended: Unable to load class from System.Private.CoreLib: %s.%s\n", pszNameSpace, pszClassName);
1145
1146
EX_END_CATCH(SwallowAllExceptions)
1147
0 commit comments