From b88b9a1174106f5c69b81c1e25f9db8dbb3c0597 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 26 Apr 2012 12:24:35 +0000 Subject: [PATCH] log that communicator thread deaths cause exits git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2582 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/communicator.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/communicator.cc b/pdns/communicator.cc index 6ab8b0a08..a5209c5ee 100644 --- a/pdns/communicator.cc +++ b/pdns/communicator.cc @@ -103,17 +103,17 @@ void CommunicatorClass::mainloop(void) } } catch(AhuException &ae) { - L<