From 26705bcd644f62419d03e5ba325235912629efba Mon Sep 17 00:00:00 2001 From: Andrea Mattavelli Date: Thu, 23 Jun 2016 10:49:42 +0100 Subject: Use klee_message for timeout information --- lib/Core/Executor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Core/Executor.cpp') diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index ff346487..49b022f8 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -2652,7 +2652,7 @@ void Executor::run(ExecutionState &initialState) { dump: if (DumpStatesOnHalt && !states.empty()) { - llvm::errs() << "KLEE: halting execution, dumping remaining states\n"; + klee_message("halting execution, dumping remaining states"); for (std::set::iterator it = states.begin(), ie = states.end(); it != ie; ++it) { -- cgit 1.4.1