diff options
Diffstat (limited to 'src/http.rs')
-rw-r--r-- | src/http.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http.rs b/src/http.rs index 973e77f..9d85608 100644 --- a/src/http.rs +++ b/src/http.rs @@ -2,7 +2,7 @@ use std::net::SocketAddr; use std::sync::Arc; use anyhow::Result; -use log::*; +use tracing::*; use futures::future::Future; use http::uri::Authority; |