diff --git a/src/main.rs b/src/main.rs index a94a4f1..2019590 100644 --- a/src/main.rs +++ b/src/main.rs @@ -752,6 +752,7 @@ fn main() { let get_match_list_resp = tm_connection.responses.recv().unwrap(); let mut event = Event::from_match_list(*get_match_list_resp); + log::debug!("Initial event: {:?}", event); while running { thread::sleep(Duration::from_millis(1000));