oops replace tracing::debug for crypto features

master
Devin R 2020-03-31 22:13:28 -04:00
parent 5c418f3420
commit 83bf8bc67c
1 changed files with 1 additions and 1 deletions

View File

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