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/ExecutorTimers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Core/ExecutorTimers.cpp') diff --git a/lib/Core/ExecutorTimers.cpp b/lib/Core/ExecutorTimers.cpp index b8ea97c2..480f1cde 100644 --- a/lib/Core/ExecutorTimers.cpp +++ b/lib/Core/ExecutorTimers.cpp @@ -52,7 +52,7 @@ public: ~HaltTimer() {} void run() { - llvm::errs() << "KLEE: HaltTimer invoked\n"; + klee_message("HaltTimer invoked"); executor->setHaltExecution(true); } }; -- cgit 1.4.1