From: Arsen Stasic Date: Tue, 1 Dec 2015 16:27:01 +0000 (+0100) Subject: make logging output identical X-Git-Tag: dnsdist-1.0.0-alpha1~143^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2975%2Fhead;p=thirdparty%2Fpdns.git make logging output identical 'pdns_control notify' and 'pdns_control notify-host' produce now the same output message --- diff --git a/pdns/dynhandler.cc b/pdns/dynhandler.cc index 472fd692a4..9249c141b5 100644 --- a/pdns/dynhandler.cc +++ b/pdns/dynhandler.cc @@ -265,7 +265,7 @@ string DLNotifyHostHandler(const vector&parts, Utility::pid_t ppid) return "Unable to convert '"+parts[2]+"' to an IP address"; } - L<