diff --git a/pdns/communicator.cc b/pdns/communicator.cc index 1de71defdb56..a18012ff30f2 100644 --- a/pdns/communicator.cc +++ b/pdns/communicator.cc @@ -42,7 +42,7 @@ // there can be MANY OF THESE void CommunicatorClass::retrievalLoopThread() { - setThreadName("pdns/comm-retre"); + setThreadName("pdns/comm-retri"); for (;;) { d_suck_sem.wait(); SuckRequest sr;