diff --git a/net-utils/src/lib.rs b/net-utils/src/lib.rs index 04faebb20f..b368aab8be 100644 --- a/net-utils/src/lib.rs +++ b/net-utils/src/lib.rs @@ -139,7 +139,7 @@ pub fn verify_reachable_ports( ); std::process::exit(1); }); - info!("tdp/{} is reachable", port); + info!("tcp/{} is reachable", port); } // Wait for a datagram to arrive at each UDP port