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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7b593a1cc9a78e4685652b3b9881cf40e66b9a7;p=pdns Tone down errors a bit, remove ominous ": " --- diff --git a/pdns/ws-recursor.cc b/pdns/ws-recursor.cc index 4ffa219bd..4bbd59c64 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<