summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2017-07-13 17:32:29 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2017-07-13 17:32:29 -0400
commite483bd0b43725bb08fc0faccddc1defe006a7b14 (patch)
treedaac6a8c030195970d4e2580e3664f791b99d494
parent240472c8c30ecd79dd2638a69b29da1ba6124532 (diff)
downloadmongo-e483bd0b43725bb08fc0faccddc1defe006a7b14.tar.gz
SERVER-30132 Storage Node Watchdog needs to check journal directory
-rw-r--r--src/mongo/util/exit_code.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/exit_code.h b/src/mongo/util/exit_code.h
index b6cd33ce865..7b93d7c71cf 100644
--- a/src/mongo/util/exit_code.h
+++ b/src/mongo/util/exit_code.h
@@ -52,7 +52,7 @@ enum ExitCode : int {
EXIT_WINDOWS_SERVICE_STOP = 49,
EXIT_POSSIBLE_CORRUPTION =
60, // this means we detected a possible corruption situation, like a buf overflow
- EXIT_WATCHDOG = 61, // Internal Watchdog has terminated mongod
+ EXIT_WATCHDOG = 61, // Internal Storage Node Watchdog has terminated mongod
EXIT_UNCAUGHT = 100, // top level exception that wasn't caught
EXIT_TEST = 101
};