From 2d908573b49c168473f0b463f7d145ceac415025 Mon Sep 17 00:00:00 2001 From: Arsen Stasic Date: Tue, 1 Dec 2015 17:27:01 +0100 Subject: [PATCH] make logging output identical 'pdns_control notify' and 'pdns_control notify-host' produce now the same output message --- pdns/dynhandler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<