Fix typo (#7202)
This commit is contained in:
parent
1aeaf052a6
commit
a35087a5ed
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue