add device name

This commit is contained in:
i404788 2019-11-19 22:34:02 +00:00 committed by GitHub
parent c2a55bc217
commit 477be1d155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;
}