1
0
Fork 0

fixed compile error

This commit is contained in:
Jan Steemann 2015-03-27 15:18:27 +01:00
parent ad1596712e
commit a0420101e2
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ namespace triagens {
}
catch (triagens::basics::Exception const& ex) {
LOG_FATAL_AND_EXIT("Caught exception during test execution: %d %s",
ex.code(), ex.message());
ex.code(), ex.what());
}
catch (std::bad_alloc const&) {
LOG_FATAL_AND_EXIT("Caught OOM exception during test execution!");