From 49d4925856bc727d52f925518124e05883ea9ec3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 19:26:42 -0800 Subject: [PATCH] Fix typo (#7202) (#7205) automerge --- 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 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