From: Remi Gacogne Date: Tue, 27 Mar 2018 10:03:32 +0000 (+0200) Subject: dnsdist: Remove the now useless 'Running in the foreground' message X-Git-Tag: dnsdist-1.3.0~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6394%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Remove the now useless 'Running in the foreground' message --- diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index fbde95d874..221979a31a 100644 --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@ -2517,7 +2517,6 @@ try } } - vinfolog("Running in the foreground"); warnlog("dnsdist %s comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2", VERSION); vector vec; std::string acls;