Skip to content
Snippets Groups Projects
Commit e18ac279 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

server: add server starting information to log

refs #111
parent 10088b36
No related branches found
No related tags found
1 merge request!44Server starting log message
......@@ -573,6 +573,8 @@ int server_conf_hook(const struct conf_t *conf, void *data)
return KNOT_EINVAL;
}
log_server_info("Knot DNS %s starting.\n", PACKAGE_VERSION);
/* Estimate number of threads/manager. */
int ret = KNOT_EOK;
int tu_size = conf->workers;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment