From: bert hubert Date: Tue, 10 Oct 2017 16:03:24 +0000 (+0200) Subject: Tone down errors a bit, remove ominous ": " X-Git-Tag: rec-4.1.0-rc2~47^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5805%2Fhead;p=thirdparty%2Fpdns.git Tone down errors a bit, remove ominous ": " --- diff --git a/pdns/ws-recursor.cc b/pdns/ws-recursor.cc index 4ffa219bda..4bbd59c64f 100644 --- a/pdns/ws-recursor.cc +++ b/pdns/ws-recursor.cc @@ -547,11 +547,11 @@ void AsyncServerNewConnectionMT(void *p) { } } catch (NetworkError &e) { // we're running in a shared process/thread, so can't just terminate/abort. - L<