From: Peter van Dijk Date: Thu, 26 Apr 2012 12:24:35 +0000 (+0000) Subject: log that communicator thread deaths cause exits X-Git-Tag: auth-3.1-rc3~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b88b9a1174106f5c69b81c1e25f9db8dbb3c0597;p=pdns log that communicator thread deaths cause exits git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2582 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- 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<