mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
parent
e816b2f948
commit
f88174e196
@ -95,11 +95,11 @@ namespace mongo {
|
||||
p->shutdown();
|
||||
}
|
||||
catch ( std::exception &e ) {
|
||||
error() << "Uncaught std::exception: " << e.what() << endl;
|
||||
p->shutdown();
|
||||
error() << "Uncaught std::exception: " << e.what() << ", terminating" << endl;
|
||||
dbexit( EXIT_UNCAUGHT );
|
||||
}
|
||||
catch ( ... ) {
|
||||
error() << "MessageServer uncaught exception, terminating" << endl;
|
||||
error() << "Uncaught exception, terminating" << endl;
|
||||
dbexit( EXIT_UNCAUGHT );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user