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

knotd: remove useless log message

parent 85d8bc5e
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,6 @@ int main(int argc, char **argv)
/* Initialize server. */
server_t server;
log_server_info("Initializing server...\n");
int res = server_init(&server);
if (res != KNOT_EOK) {
log_server_fatal("Could not initialize server: %s\n",
......
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