remove redundant word

This commit is contained in:
soruh 2023-02-15 13:59:01 +01:00
parent dedf273773
commit 1b976405e5

View File

@ -184,7 +184,7 @@ impl PortHandler {
listener: TcpListener,
packet: Packet,
) -> anyhow::Result<()> {
println!("starting rejector: for port {port} with packet {packet:?}");
println!("starting rejector: for port {port} with {packet:?}");
let port_guard = PortGuard::start(listener, packet);