remove redundant word
This commit is contained in:
parent
dedf273773
commit
1b976405e5
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user