Make the warning message about not finding the kernel binary clearer

about which kernel binary lldb is referring to.

llvm-svn: 180821
This commit is contained in:
Jason Molenda 2013-04-30 22:38:28 +00:00
parent 68741cc38d
commit cc6dc78046
1 changed files with 1 additions and 1 deletions

View File

@ -834,7 +834,7 @@ DynamicLoaderDarwinKernel::KextImageInfo::LoadImageUsingMemoryModule (Process *p
Stream *s = &target.GetDebugger().GetOutputStream();
if (s)
{
s->Printf ("WARNING: Unable to locate kernel binary on this system.\n");
s->Printf ("WARNING: Unable to locate kernel binary on the debugger system.\n");
}
}
}