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

coverity#1338259 Uncaught exception

Change-Id: I36e2194c304adae5b5c3377519eccc5ef78fd9ea
üst 95965034
......@@ -1104,7 +1104,13 @@ 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);
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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