clean log

This commit is contained in:
i404788 2019-11-19 22:22:47 +00:00 committed by GitHub
parent cdd60bb298
commit c2a55bc217
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){ 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;
} }