mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 00:45:29 +00:00
lwip: Print IP address in release mode
This commit is contained in:
parent
e5c57bddcc
commit
3968766170
@ -180,7 +180,7 @@ extern "C" {
|
||||
PWRN("DHCP timed out!");
|
||||
return 1;
|
||||
}
|
||||
PDBG("got IP address %d.%d.%d.%d",
|
||||
PINF("got IP address %d.%d.%d.%d",
|
||||
ip4_addr1(&(netif.ip_addr)),
|
||||
ip4_addr2(&(netif.ip_addr)),
|
||||
ip4_addr3(&(netif.ip_addr)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user