diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-26 13:15:00 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-26 13:15:00 +0200 |
commit | 9be454fc277d910fe563aac4a792f9a53c32954d (patch) | |
tree | 6ec40f910b81e1923302674a846402ed3502b512 /server/src/main.rs | |
parent | c126d3d3e84fe3b24b42afc7f68f05342988c8c9 (diff) | |
download | hurrycurry-9be454fc277d910fe563aac4a792f9a53c32954d.tar hurrycurry-9be454fc277d910fe563aac4a792f9a53c32954d.tar.bz2 hurrycurry-9be454fc277d910fe563aac4a792f9a53c32954d.tar.zst |
present customers walking through walls
Diffstat (limited to 'server/src/main.rs')
-rw-r--r-- | server/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/main.rs b/server/src/main.rs index 6773bf29..b3e6334d 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -99,6 +99,7 @@ async fn main() -> Result<()> { } }); spawn(async move { + info!("{id:?} joined"); while let Some(Ok(message)) = read.next().await { match message { Message::Text(line) => { |