summaryrefslogtreecommitdiff
path: root/src/vm/pefile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/pefile.cpp')
-rw-r--r--src/vm/pefile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/pefile.cpp b/src/vm/pefile.cpp
index 123c0786c8..deddc67408 100644
--- a/src/vm/pefile.cpp
+++ b/src/vm/pefile.cpp
@@ -1984,7 +1984,7 @@ BOOL PEAssembly::CheckNativeImageVersion(PEImage *peimage)
CorCompileConfigFlags instrumentationConfigFlags = (CorCompileConfigFlags) (configFlags & CORCOMPILE_CONFIG_INSTRUMENTATION);
if ((info->wConfigFlags & instrumentationConfigFlags) != instrumentationConfigFlags)
{
- ExternalLog(LL_ERROR, "Instrumented native image for Mscorlib.dll expected.");
+ ExternalLog(LL_ERROR, "Instrumented native image for System.Private.CoreLib.dll expected.");
ThrowHR(COR_E_NI_AND_RUNTIME_VERSION_MISMATCH);
}
}