diff options
author | Jason Rassi <rassi@10gen.com> | 2015-11-25 17:28:28 -0500 |
---|---|---|
committer | Jason Rassi <rassi@10gen.com> | 2015-11-25 17:28:39 -0500 |
commit | 66dac5ae61f571cd30bd3342b77365a0790222bd (patch) | |
tree | ffea6a61137c5c4768e3e3453d209202780eae18 /src/mongo/db/ftdc | |
parent | 5b4150264d4c96fbdfbd7921257a5354f76fa1d8 (diff) | |
download | mongo-66dac5ae61f571cd30bd3342b77365a0790222bd.tar.gz |
Fix typo in FTDCController::stop() log message
Diffstat (limited to 'src/mongo/db/ftdc')
-rw-r--r-- | src/mongo/db/ftdc/controller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ftdc/controller.cpp b/src/mongo/db/ftdc/controller.cpp index ea446855043..65819c7e380 100644 --- a/src/mongo/db/ftdc/controller.cpp +++ b/src/mongo/db/ftdc/controller.cpp @@ -115,7 +115,7 @@ void FTDCController::start() { } void FTDCController::stop() { - log() << "Shuting down full-time diagnostic data capture"; + log() << "Shutting down full-time diagnostic data capture"; { stdx::lock_guard<stdx::mutex> lock(_mutex); |