We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fbcf1 commit f89ced3Copy full SHA for f89ced3
crates/matrix-sdk/src/sliding_sync/mod.rs
@@ -292,7 +292,8 @@ impl SlidingSync {
292
response_processor.process_and_take_response().await?
293
};
294
295
- debug!(?sync_response, "Sliding Sync response has been handled by the client");
+ debug!("Sliding Sync response has been handled by the client");
296
+ trace!(?sync_response);
297
298
// Commit sticky parameters, if needed.
299
if let Some(ref txn_id) = sliding_sync_response.txn_id {
0 commit comments