summaryrefslogtreecommitdiff
path: root/src/vm/domainfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/domainfile.cpp')
-rw-r--r--src/vm/domainfile.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vm/domainfile.cpp b/src/vm/domainfile.cpp
index 5c89767d1a..0864ff1acd 100644
--- a/src/vm/domainfile.cpp
+++ b/src/vm/domainfile.cpp
@@ -851,8 +851,7 @@ void DomainFile::CheckZapRequired()
GetFile()->FlushExternalLog();
StackSString ss;
- ss.Printf("ZapRequire: Could not get native image for %s.\n"
- "Use FusLogVw.exe to check the reason.",
+ ss.Printf("ZapRequire: Could not get native image for %s.\n",
GetSimpleName());
#if defined(_DEBUG)