Skip to content
Snippets Groups Projects
Commit a9a730e0 authored by Philip Balister's avatar Philip Balister Committed by Wolfgang Denk
Browse files

net: Add \n before warning message so it prints on a new line.

parent e3e454cd
No related branches found
No related tags found
No related merge requests found
......@@ -302,7 +302,7 @@ int eth_initialize(bd_t *bis)
puts("\nWarning: eth device name has a space!\n");
if (eth_write_hwaddr(dev, "eth", eth_number))
puts("Warning: failed to set MAC address\n");
puts("\nWarning: failed to set MAC address\n");
eth_number++;
dev = dev->next;
......
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