summaryrefslogtreecommitdiff
path: root/src/mongo/db/client_strand.cpp
diff options
context:
space:
mode:
authorAmirsaman Memaripour <amirsaman.memaripour@mongodb.com>2020-11-02 20:04:42 +0000
committerAmirsaman Memaripour <amirsaman.memaripour@mongodb.com>2020-11-03 16:43:16 +0000
commit51067e095275ba5a2454be993c83a93e526e18ce (patch)
treebae7e8b2ae310ff22ed5ad4de909ab9567faf991 /src/mongo/db/client_strand.cpp
parent9262aac9e7db4b58739e96896b1ed586dfd6d3a9 (diff)
downloadmongo-51067e095275ba5a2454be993c83a93e526e18ce.tar.gz
SERVER-49108 Convert buildInfo command to async implementation
Diffstat (limited to 'src/mongo/db/client_strand.cpp')
-rw-r--r--src/mongo/db/client_strand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/client_strand.cpp b/src/mongo/db/client_strand.cpp
index 470ae6d3133..8a70420f677 100644
--- a/src/mongo/db/client_strand.cpp
+++ b/src/mongo/db/client_strand.cpp
@@ -71,7 +71,7 @@ void ClientStrand::_setCurrent() noexcept {
if (oldThreadName != threadName) {
_oldThreadName = oldThreadName.toString();
setThreadName(threadName);
- LOGV2_DEBUG(4910701, kDiagnosticLogLevel, "Set thread name", "name"_attr = threadName);
+ LOGV2_DEBUG(4910703, kDiagnosticLogLevel, "Set thread name", "name"_attr = threadName);
}
}