Add error message; clean up comment.

llvm-svn: 132997
This commit is contained in:
Caroline Tice
2011-06-14 16:36:12 +00:00
parent c5e7386983
commit c1338e8d38
2 changed files with 2 additions and 2 deletions

View File

@@ -1038,7 +1038,7 @@ ScriptInterpreterPython::GenerateBreakpointOptionsCommandCallback
}
else
{
// FIXME: Error processing.
out_file.Printf ("Warning: Unable to find script intepreter; no command attached to breakpoint.\n");
}
}
}