summaryrefslogtreecommitdiff
path: root/gateway/src/connection/utils.rs
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-10-12 22:51:30 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-10-12 22:51:30 +0400
commit005dadb342c6a79d154d3eaf5a5fbb86f3a7e641 (patch)
tree8363ea7992b6275e32e019e68678f28bfe40fdb1 /gateway/src/connection/utils.rs
parenta02b25f235ba6eff33c6fd965c97071d5f112b6d (diff)
tests, cleanup & rest base
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;