From a35087a5ed78a93de11cdd4f402784b9f5ca4e53 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Tue, 3 Dec 2019 11:51:27 +0900 Subject: [PATCH] Fix typo (#7202) --- net-utils/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-utils/src/lib.rs b/net-utils/src/lib.rs index 04faebb20..b368aab8b 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