]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove startup log message indicating thread status
authorEvan Hunt <each@isc.org>
Tue, 4 Sep 2018 18:58:26 +0000 (11:58 -0700)
committerEvan Hunt <each@isc.org>
Tue, 4 Sep 2018 18:58:26 +0000 (11:58 -0700)
bin/named/main.c

index aa131988b0ac9a343cf206880e21cdc10b093c6d..171a585fa35ae391242f96f025cce8a3b312cf57 100644 (file)
@@ -1044,16 +1044,6 @@ setup(void) {
                      NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE,
                      "linked to zlib version: %s", zlibVersion());
 #endif
-#ifdef ISC_PLATFORM_USETHREADS
-       isc_log_write(named_g_lctx, NAMED_LOGCATEGORY_GENERAL,
-                     NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE,
-                     "threads support is enabled");
-#else
-       isc_log_write(named_g_lctx, NAMED_LOGCATEGORY_GENERAL,
-                     NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE,
-                     "threads support is disabled");
-#endif
-
        isc_log_write(named_g_lctx, NAMED_LOGCATEGORY_GENERAL,
                      NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE,
                      "----------------------------------------------------");