Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
02041b94
Commit
02041b94
authored
Sep 04, 2018
by
Evan Hunt
Browse files
remove startup log message indicating thread status
parent
215e3fde
Pipeline
#4642
passed with stages
in 7 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bin/named/main.c
View file @
02041b94
...
...
@@ -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
,
"----------------------------------------------------"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment