[bugpoint] make tool selection messages unique
[oota-llvm.git] / tools / bugpoint / ExecutionDriver.cpp
index 218a559d21d74af1b25527be730255222aeaf757..da360453ecce66d9cf17c66503f9133a358f54af 100644 (file)
@@ -230,7 +230,7 @@ bool BugDriver::initializeExecutionEnvironment() {
     }
     if (!SafeInterpreter) {
       SafeInterpreterSel = AutoPick;
-      Message = "Sorry, I can't automatically select an interpreter!\n";
+      Message = "Sorry, I can't automatically select a safe interpreter!\n";
     }
     break;
   case RunLLC: