]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix meger error
authorMark Andrews <marka@isc.org>
Fri, 9 Feb 2018 01:20:34 +0000 (12:20 +1100)
committerMark Andrews <marka@isc.org>
Fri, 9 Feb 2018 01:20:55 +0000 (12:20 +1100)
(cherry picked from commit f6b7ff72808bb8b44daa06bb45fad18c2964a6df)

bin/named/server.c

index d6c996242d021ca0299e89a99795ad70db937ec7..61c3e9e4a4e41369bab8c3b73067ae7e67429fc9 100644 (file)
@@ -5930,7 +5930,7 @@ load_configuration(const char *filename, ns_server_t *server,
 
        if (access(server->bindkeysfile, R_OK) == 0) {
                isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
-                             NAMED_LOGMODULE_SERVER, ISC_LOG_INFO,
+                             NS_LOGMODULE_SERVER, ISC_LOG_INFO,
                              "reading built-in trust anchors "
                              "from file '%s'", server->bindkeysfile);
 
@@ -5942,7 +5942,7 @@ load_configuration(const char *filename, ns_server_t *server,
                CHECK(result);
        } else {
                isc_log_write(ns_g_lctx, NS_LOGCATEGORY_GENERAL,
-                             NAMED_LOGMODULE_SERVER, ISC_LOG_INFO,
+                             NS_LOGMODULE_SERVER, ISC_LOG_INFO,
                              "unable to open '%s'; using built-in keys "
                              "instead", server->bindkeysfile);
        }