add device name

This commit is contained in:
i404788
2019-11-19 22:34:02 +00:00
committed by GitHub
parent c2a55bc217
commit 477be1d155

View File

@ -264,7 +264,7 @@ bool Init(bool open_adapter)
}
if (!curaddr->ifa_addr){
printf("Device does not have an address :/\n");
printf("Device (%s) does not have an address :/\n", curaddr->ifa_name);
curaddr = curaddr->ifa_next;
continue;
}