forked from OSchip/llvm-project
Fix an error message (the debugger was invalid, not the target.)
llvm-svn: 251720
This commit is contained in:
parent
57d171c9a6
commit
9f521f22d4
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue