This commit is contained in:
Ryo Onodera 2019-12-03 11:51:27 +09:00 committed by Michael Vines
parent 1aeaf052a6
commit a35087a5ed
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ pub fn verify_reachable_ports(
); );
std::process::exit(1); std::process::exit(1);
}); });
info!("tdp/{} is reachable", port); info!("tcp/{} is reachable", port);
} }
// Wait for a datagram to arrive at each UDP port // Wait for a datagram to arrive at each UDP port