]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/lua-record.cc 9613/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 14 Oct 2020 11:05:04 +0000 (13:05 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 11:05:04 +0000 (13:05 +0200)
Co-authored-by: Remi Gacogne <rgacogne+github@valombre.net>
pdns/lua-record.cc

index dfb4430baa4d220194f5fde8e3b382e4c6b5ea69..682759432ad80edae9297eba7aee3fb70d8cc3a6 100644 (file)
@@ -921,7 +921,7 @@ static void setupLuaRecords()
       try {
         rec = DNSName(record) + s_lua_record_ctx->zone;
       } catch (const std::exception &e){
-        g_log<<Logger::Error<<"Included record cannot be loaded, the name ("<<record<<")is malformed: "<<e.what()<<endl;
+        g_log<<Logger::Error<<"Included record cannot be loaded, the name ("<<record<<") is malformed: "<<e.what()<<endl;
         return;
       }
       try {