Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xray/log_writer.go')
-rw-r--r--xray/log_writer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/xray/log_writer.go b/xray/log_writer.go
index 2e30c922..3be39b3e 100644
--- a/xray/log_writer.go
+++ b/xray/log_writer.go
@@ -5,7 +5,7 @@ import (
"runtime"
"strings"
- "github.com/mhsanaei/3x-ui/logger"
+ "github.com/mhsanaei/3x-ui/v2/logger"
)
func NewLogWriter() *LogWriter {