From: Peter van Dijk Date: Fri, 15 Oct 2021 12:55:49 +0000 (+0200) Subject: recursor: fix url in socket dir log message X-Git-Tag: dnsdist-1.7.0-alpha2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d9fbe8ba5a51b46cae8f5958ece148cfedbe4af;p=thirdparty%2Fpdns.git recursor: fix url in socket dir log message --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 9506ac739f..e7beab4810 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -4826,7 +4826,7 @@ static void checkSocketDir(void) } else { return; } - g_log << Logger::Error << "Problem with socket directory " << dir << ": " << msg << "; see https://docs.powerdns.com/recursor/upgrade.html#x-to-4-3-0-or-master" << endl; + g_log << Logger::Error << "Problem with socket directory " << dir << ": " << msg << "; see https://docs.powerdns.com/recursor/upgrade.html#x-to-4-3-0" << endl; _exit(1); }