Fix an error message (the debugger was invalid, not the target.)

llvm-svn: 251720
This commit is contained in:
Jim Ingham 2015-10-30 21:32:03 +00:00
parent 57d171c9a6
commit 9f521f22d4
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ SBDebugger::CreateTarget (const char *filename,
}
else
{
sb_error.SetErrorString("invalid target");
sb_error.SetErrorString("invalid debugger");
}
Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));