fix blocked issue

This commit is contained in:
John Smith
2023-07-03 11:38:40 -04:00
parent 7d4d83b6ac
commit b7e531f35b
7 changed files with 22 additions and 10 deletions

View File

@@ -468,7 +468,7 @@ impl PlatformSupportApple {
) {
Ok(v) => v,
Err(e) => {
log_net!(error "{}", e);
log_net!(error "failed to get address flags: {}", e);
continue;
}
};