clean log
This commit is contained in:
parent
cdd60bb298
commit
c2a55bc217
|
@ -264,7 +264,7 @@ bool Init(bool open_adapter)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!curaddr->ifa_addr){
|
if (!curaddr->ifa_addr){
|
||||||
printf("Device does not have an address :/");
|
printf("Device does not have an address :/\n");
|
||||||
curaddr = curaddr->ifa_next;
|
curaddr = curaddr->ifa_next;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue