Kaydet (Commit) cd4e97ed authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1338263 Uncaught exception

Change-Id: Ide3aec7a352786ed441be1f506a5cf488843ea29
üst 7ef80d16
......@@ -1196,6 +1196,9 @@ SAL_IMPLEMENT_MAIN() {
<< "Bad input <" << e1.getUri() << ">: " << e1.getDetail()
<< std::endl;
std::exit(EXIT_FAILURE);
} catch (std::exception & e1) {
std::cerr << "Failure: " << e1.what() << std::endl;
std::exit(EXIT_FAILURE);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment