From e7b593a1cc9a78e4685652b3b9881cf40e66b9a7 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 10 Oct 2017 18:03:24 +0200 Subject: [PATCH] Tone down errors a bit, remove ominous ": " --- pdns/ws-recursor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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<