forked from OSchip/llvm-project
Fix typo in error message (print requested URL instead of command name when plugin missing)
llvm-svn: 170447
This commit is contained in:
parent
3f69a1b860
commit
f00b751175
|
@ -1063,7 +1063,7 @@ protected:
|
|||
else
|
||||
{
|
||||
result.AppendErrorWithFormat ("Unable to find process plug-in for remote URL '%s'.\nPlease specify a process plug-in name with the --plugin option, or specify an object file using the \"file\" command.\n",
|
||||
m_cmd_name.c_str());
|
||||
remote_url);
|
||||
result.SetStatus (eReturnStatusFailed);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue