clean up dbexit with an ExitCode enum SERVER-183

This commit is contained in:
Eliot Horowitz
2009-08-05 16:00:27 -04:00
parent 7d335e715c
commit 79be4b64a3
14 changed files with 47 additions and 32 deletions

View File

@@ -104,7 +104,7 @@ namespace mongo {
catch (...) {
problem() << "exception looking for ed class path includeDir: " << includeDir.string() << endl;
sleepsecs(3);
dbexit(116);
dbexit( EXIT_JAVA );
}
}