Compare commits

..

1 Commits

Author SHA1 Message Date
c89c30e8f2 fix(host_network): skip configuration for host with only 1 interface/port
All checks were successful
Run Check Script / check (pull_request) Successful in 1m11s
2025-11-05 12:49:32 -05:00

View File

@@ -90,7 +90,7 @@ impl HostNetworkConfigurationInterpret {
);
} else {
warn!(
"[Host {current_host}/{total_hosts}] Found a single port for {} interface, skipping",
"[Host {current_host}/{total_hosts}] Found a single port for {} interfaces, skipping",
host.network.len()
);
}