summaryrefslogtreecommitdiff
path: root/src/mongo/db/client_strand.cpp
diff options
context:
space:
mode:
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);
}
}