mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
remove startup log message indicating thread status
This commit is contained in:
@@ -1044,16 +1044,6 @@ setup(void) {
|
|||||||
NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE,
|
NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE,
|
||||||
"linked to zlib version: %s", zlibVersion());
|
"linked to zlib version: %s", zlibVersion());
|
||||||
#endif
|
#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,
|
isc_log_write(named_g_lctx, NAMED_LOGCATEGORY_GENERAL,
|
||||||
NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE,
|
NAMED_LOGMODULE_MAIN, ISC_LOG_NOTICE,
|
||||||
"----------------------------------------------------");
|
"----------------------------------------------------");
|
||||||
|
Reference in New Issue
Block a user