From 7a0096888f011ae194c1100e319a2c196050de98 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 27 Mar 2018 12:03:32 +0200 Subject: [PATCH] dnsdist: Remove the now useless 'Running in the foreground' message --- pdns/dnsdist.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index fbde95d87..221979a31 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; -- 2.40.0