From b8d02b2077861de2afcfc464583c04197bca3045 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Sat, 2 Aug 2025 10:11:33 +0200 Subject: [PATCH] add more debuging --- src/client/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/main.rs b/src/client/main.rs index 8cc3e29..20cadea 100644 --- a/src/client/main.rs +++ b/src/client/main.rs @@ -304,6 +304,7 @@ fn main() -> std::io::Result<()> { } // just let me have my thread smol::block_on(async { + println!("{} listener started!", "[LOG]".blue()); loop { buf.fill(0); match socket.recv_from(&mut buf) {