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:33:07 -0400
commitb306af2fc6cb67ceef051081ad3dfeb7d4c3c594 (patch)
tree95d4971069fb153d14402c3c2ed7a770b192b139
parent0686c250b0320e122056df61509ed97b64534bde (diff)
downloadmongo-b306af2fc6cb67ceef051081ad3dfeb7d4c3c594.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 8e9be8594e6..004fb579088 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
};