summaryrefslogtreecommitdiff
path: root/src/mongo/tools
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2013-11-25 23:06:57 -0500
committerMatt Kangas <matt.kangas@mongodb.com>2013-12-20 11:01:00 -0500
commit15727f68617036f50194703267bcd134a9bad05e (patch)
treeff667a65204d6ff416eab63fcb99e2476b698ba2 /src/mongo/tools
parent3c9c156fa0aa4416310d043887528fc46a09820b (diff)
downloadmongo-15727f68617036f50194703267bcd134a9bad05e.tar.gz
SERVER-10017 Remove "run repair" recommendation from error messages
"repair" is rarely the best course of action in a data loss scenario, and we don't want users going down that path by accident. Point users to documentation instead.
Diffstat (limited to 'src/mongo/tools')
-rw-r--r--src/mongo/tools/dump.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/tools/dump.cpp b/src/mongo/tools/dump.cpp
index 70091bb8272..e35fefd4fda 100644
--- a/src/mongo/tools/dump.cpp
+++ b/src/mongo/tools/dump.cpp
@@ -420,7 +420,6 @@ public:
int run() {
if (mongoDumpGlobalParams.repair){
- toolError() << "repair is a work in progress" << std::endl;
return repair();
}