Skip to content
Snippets Groups Projects
Commit 3ce04ca1 authored by Nadav Har'El's avatar Nadav Har'El
Browse files

Merge pull request #51 from anttikantee/master


cosmetic: add missing linefeed

Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
parents 8edcdb42 00d0c492
No related branches found
No related tags found
No related merge requests found
...@@ -232,7 +232,7 @@ void* do_main_thread(void *_args) ...@@ -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")) if (!osv_start_if("eth0", "0.0.0.0", "255.255.255.0") && !osv_ifup("eth0"))
dhcp_start(true); dhcp_start(true);
else else
debug("Could not initialize network interface"); debug("Could not initialize network interface.\n");
run_main(prog, args); 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