aboutsummaryrefslogtreecommitdiffstats
path: root/vm.cpp
diff options
context:
space:
mode:
authorCJentzsch <jentzsch.software@gmail.com>2014-12-13 05:16:51 +0800
committerCJentzsch <jentzsch.software@gmail.com>2014-12-13 05:16:51 +0800
commitba3d2b43ae095df7fcbdfab0e22d8587963a9450 (patch)
tree97fb102f838427159a3c3d17f060725eb31d203c /vm.cpp
parentdd309de94c2cd6a5d77be877e4f30b5a70d725f5 (diff)
downloaddexon-solidity-ba3d2b43ae095df7fcbdfab0e22d8587963a9450.tar.gz
dexon-solidity-ba3d2b43ae095df7fcbdfab0e22d8587963a9450.tar.zst
dexon-solidity-ba3d2b43ae095df7fcbdfab0e22d8587963a9450.zip
Added recursive create test + lesser output for safe VM exceptions
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)