summaryrefslogtreecommitdiff
path: root/client/distlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/distlock.cpp')
-rw-r--r--client/distlock.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/distlock.cpp b/client/distlock.cpp
index 245eb7e..05e54c0 100644
--- a/client/distlock.cpp
+++ b/client/distlock.cpp
@@ -47,6 +47,8 @@ namespace mongo {
}
void distLockPingThread( ConnectionString addr ){
+ setThreadName( "LockPinger" );
+
static int loops = 0;
while( ! inShutdown() ){
try {