]> 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:34 +0000 (12:20 +1100)
bin/named/server.c

index df62b29aef091bbc6699c4b16b6664e573f78b0d..c1842c4c494e9b0a6122ddba8932b64dbfd2271e 100644 (file)
@@ -5314,7 +5314,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);
 
@@ -5326,7 +5326,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);
        }