Skip to content
Snippets Groups Projects
Commit c69e2d34 authored by Pekka Enberg's avatar Pekka Enberg
Browse files

bsd: Simplify networking init message


Simplify networking boot initialization message as suggested by Tzach.

Suggested-by: default avatarTzach Livyatan <tzach@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent 7740d2cb
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ static void physmem_init() ...@@ -59,7 +59,7 @@ static void physmem_init()
void net_init(void) void net_init(void)
{ {
debug("Initializing network stack...\n"); debug("net: initializing");
physmem_init(); physmem_init();
...@@ -108,5 +108,5 @@ void net_init(void) ...@@ -108,5 +108,5 @@ void net_init(void)
osv::ifup("lo0"); osv::ifup("lo0");
zfs_init(NULL); zfs_init(NULL);
debug("Done!\n"); debug(" - done\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