From: Christian Hofstaedtler Date: Wed, 4 Sep 2013 07:22:31 +0000 (+0200) Subject: webserver: print PDNSExceptions X-Git-Tag: rec-3.6.0-rc1~462^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1270deb0d8dabecadf37475e9bd613c13dfe80ca;p=pdns webserver: print PDNSExceptions previously they'd get handled as (...) --- diff --git a/pdns/webserver.cc b/pdns/webserver.cc index 7ebce4d4a..79a6cd314 100644 --- a/pdns/webserver.cc +++ b/pdns/webserver.cc @@ -185,6 +185,9 @@ void *WebServer::serveConnection(void *p) catch(Exception &e) { L<