summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
diff options
context:
space:
mode:
authorJames Wahlin <james.wahlin@10gen.com>2015-06-09 14:25:42 -0400
committerJames Wahlin <james.wahlin@10gen.com>2015-06-09 14:25:42 -0400
commit0e19bd8c7f5a39fff85fe067260d434cda5bb6a4 (patch)
treedfb9f164acfd1926a8117fbcde43910dc7a70e51 /src/mongo/db/commands
parentd690653daadef98652e58131ade8b34114f86ab2 (diff)
downloadmongo-0e19bd8c7f5a39fff85fe067260d434cda5bb6a4.tar.gz
SERVER-2454 Remove trailing whitespace
Diffstat (limited to 'src/mongo/db/commands')
-rw-r--r--src/mongo/db/commands/find_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/find_cmd.cpp b/src/mongo/db/commands/find_cmd.cpp
index 3c8c0fe45ad..b10060a55ed 100644
--- a/src/mongo/db/commands/find_cmd.cpp
+++ b/src/mongo/db/commands/find_cmd.cpp
@@ -316,7 +316,7 @@ namespace mongo {
if (PlanExecutor::FAILURE == state || PlanExecutor::DEAD == state) {
const std::unique_ptr<PlanStageStats> stats(exec->getStats());
error() << "Plan executor error during find command: "
- << PlanExecutor::statestr(state)
+ << PlanExecutor::statestr(state)
<< ", stats: " << Explain::statsToBSON(*stats);
return appendCommandStatus(result,