Fix typo in error message (print requested URL instead of command name when plugin missing)

llvm-svn: 170447
This commit is contained in:
Daniel Malea 2012-12-18 20:00:40 +00:00
parent 3f69a1b860
commit f00b751175
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}