Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Oct 23, 2023
1 parent 616b09b commit 855e903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-manager/src/vm/network/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ pub async fn setup_test_network() -> Result<()> {
Ok(_) => log::debug!("Created dummy interface"),
Err(error) => log::error!("Failed to create dummy interface: {error}"),
}
return;
}
log::error!("Failed to create dummy interface: timed out");
});
Expand Down

0 comments on commit 855e903

Please sign in to comment.