Skip to content
Snippets Groups Projects
Commit 00d0c492 authored by Antti Kantee's avatar Antti Kantee
Browse files

add missing linefeed

parent b18bdfca
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,7 @@ void* do_main_thread(void *_args)
if (!osv_start_if("eth0", "0.0.0.0", "255.255.255.0") && !osv_ifup("eth0"))
dhcp_start(true);
else
debug("Could not initialize network interface");
debug("Could not initialize network interface.\n");
run_main(prog, args);
......
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