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

server: disable starting information when reloading

parent 0283796c
No related branches found
No related tags found
No related merge requests found
......@@ -573,7 +573,9 @@ int server_conf_hook(const struct conf_t *conf, void *data)
return KNOT_EINVAL;
}
log_server_info("Knot DNS %s starting.\n", PACKAGE_VERSION);
if (!(server->state & ServerRunning)) {
log_server_info("Knot DNS %s starting.\n", PACKAGE_VERSION);
}
/* Estimate number of threads/manager. */
int ret = KNOT_EOK;
......
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