update logs

This commit is contained in:
Ferdinand Schober
2024-09-24 20:04:44 +02:00
parent 640447ecaa
commit 44707bd786
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ impl Emulation {
last_response.insert(addr, Instant::now());
match event {
ProtoEvent::Enter(_) => {
log::info!("A CLIENT ENTERED THE DEVICE!");
log::info!("{addr} entered this device");
server.release_capture();
listener.reply(addr, ProtoEvent::Ack(0)).await;
}