Add error message; clean up comment.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132997 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/ScriptInterpreterPython.cpp b/source/Interpreter/ScriptInterpreterPython.cpp
index f5351d7..a3a3f99 100644
--- a/source/Interpreter/ScriptInterpreterPython.cpp
+++ b/source/Interpreter/ScriptInterpreterPython.cpp
@@ -1038,7 +1038,7 @@
                 }
                 else
                 {
-                    // FIXME:  Error processing.
+                    out_file.Printf ("Warning:  Unable to find script intepreter; no command attached to breakpoint.\n");
                 }
             }
         }