diff --git a/src/connection/ws/mod.rs b/src/connection/ws/mod.rs index 21566a0..78b6213 100644 --- a/src/connection/ws/mod.rs +++ b/src/connection/ws/mod.rs @@ -99,7 +99,7 @@ impl ExaWebSocket { if let Some(rd) = rd { match rd { ResponseData::FetchedData(fd) => trace!("{:#?}", fd), - _ => debug!("{:#?}", rd) + _ => debug!("{:#?}", rd), } } }