summaryrefslogtreecommitdiff
path: root/src/mongo/db/free_mon
diff options
context:
space:
mode:
authorSpencer Jackson <spencer.jackson@mongodb.com>2020-03-27 09:46:44 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-27 14:17:48 +0000
commitac70762faba7453831782a7681618e3560659eac (patch)
treea6c8d4d75f33d3c385ca809d7f289682ff1a48c8 /src/mongo/db/free_mon
parentacc824bf085f1c255578e5e48f5e8d337ef84402 (diff)
downloadmongo-ac70762faba7453831782a7681618e3560659eac.tar.gz
Revert "SERVER-46950 Add message-strings for TLS"
This reverts commit 81885344c49450f1618d056543ff35a05440324e.
Diffstat (limited to 'src/mongo/db/free_mon')
-rw-r--r--src/mongo/db/free_mon/free_mon_processor.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mongo/db/free_mon/free_mon_processor.cpp b/src/mongo/db/free_mon/free_mon_processor.cpp
index 4498617172b..72d2fc1dfde 100644
--- a/src/mongo/db/free_mon/free_mon_processor.cpp
+++ b/src/mongo/db/free_mon/free_mon_processor.cpp
@@ -260,11 +260,10 @@ void FreeMonProcessor::run() {
_queue.stop();
LOGV2_WARNING(20619,
- "Uncaught exception in '{error}' in free monitoring subsystem. "
+ "Uncaught exception in '{exception}' in free monitoring subsystem. "
"Shutting down the free monitoring subsystem.",
- "Uncaught exception in free monitoring subsystem. "
"Shutting down the free monitoring subsystem.",
- "error"_attr = exceptionToStatus());
+ "exception"_attr = exceptionToStatus());
}
}