From: Peter van Dijk Date: Tue, 27 May 2025 11:07:29 +0000 (+0200) Subject: auth: restore correct logging level for startup version message X-Git-Tag: dnsdist-2.0.0-beta1~25^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f2eabade7d3ae03f0ddd428a6fa75f74824e9a9;p=thirdparty%2Fpdns.git auth: restore correct logging level for startup version message --- diff --git a/pdns/auth-main.cc b/pdns/auth-main.cc index cfe621282e..afd1e4c01d 100644 --- a/pdns/auth-main.cc +++ b/pdns/auth-main.cc @@ -1527,7 +1527,7 @@ int main(int argc, char** argv) DLOG(g_log << Logger::Warning << "Verbose logging in effect" << endl); for (const string& line : getProductVersionLines()) { - g_log << Logger::Info << line << endl; + g_log << Logger::Warning << line << endl; } try {