aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/lib.rs')
-rw-r--r--src/rpc/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/lib.rs b/src/rpc/lib.rs
index 736513f4..b8fb9772 100644
--- a/src/rpc/lib.rs
+++ b/src/rpc/lib.rs
@@ -1,7 +1,7 @@
//! Crate containing rpc related functions and types used in Garage
#[macro_use]
-extern crate log;
+extern crate tracing;
mod consul;
mod kubernetes;