aboutsummaryrefslogtreecommitdiffstats
path: root/vm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vm.cpp')
-rw-r--r--vm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.cpp b/vm.cpp
index f05981d9..49d6ed10 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -311,7 +311,7 @@ void doVMTests(json_spirit::mValue& v, bool _fillin)
}
catch (VMException const& _e)
{
- cnote << "VM did throw an exception: " << diagnostic_information(_e);
+ cnote << "Safe VM Exception";
vmExceptionOccured = true;
}
catch (Exception const& _e)