Added debug log

master
noah metz 2024-01-21 01:25:15 -07:00
parent 4273d926a6
commit 03bb8cd926
1 changed files with 1 additions and 0 deletions

@ -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));