mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-28 19:20:00 -04:00
oops replace tracing::debug for crypto features
This commit is contained in:
@@ -23,7 +23,7 @@ use std::time::{Duration, Instant};
|
||||
use futures::future::{BoxFuture, Future, FutureExt};
|
||||
use tokio::sync::RwLock;
|
||||
use tokio::time::delay_for as sleep;
|
||||
use tracing::{info, instrument, trace};
|
||||
use tracing::{debug, info, instrument, trace};
|
||||
|
||||
use http::Method as HttpMethod;
|
||||
use http::Response as HttpResponse;
|
||||
|
||||
Reference in New Issue
Block a user