summaryrefslogtreecommitdiff
path: root/gateway/src/connection/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'gateway/src/connection/utils.rs')
-rw-r--r--gateway/src/connection/utils.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gateway/src/connection/utils.rs b/gateway/src/connection/utils.rs
index fb07229..bb425da 100644
--- a/gateway/src/connection/utils.rs
+++ b/gateway/src/connection/utils.rs
@@ -1,6 +1,6 @@
use std::str::from_utf8;
use tokio_tungstenite::tungstenite::Message;
-use log::info;
+use common::log::info;
use crate::error::GatewayError;