From 8d9fbe8ba5a51b46cae8f5958ece148cfedbe4af Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 15 Oct 2021 14:55:49 +0200 Subject: [PATCH] recursor: fix url in socket dir log message --- pdns/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2