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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-02-04 01:21:43 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-04 01:21:43 +0300
commitbb7b66746763f694baea981549d311320136cb1b (patch)
treee0f45bdeddba877972f5483df05b3a9063d0b088 /web/service
parentd17185025576a81bae641a0488b876ac143826df (diff)
v2.1.3
Diffstat (limited to 'web/service')
-rw-r--r--web/service/xray.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/service/xray.go b/web/service/xray.go
index 82d1cc3f..7cd1612c 100644
--- a/web/service/xray.go
+++ b/web/service/xray.go
@@ -95,7 +95,7 @@ func (s *XrayService) GetXrayConfig() (*xray.Config, error) {
if !clientTraffic.Enable {
clients = RemoveIndex(clients, index-indexDecrease)
indexDecrease++
- logger.Info("Remove Inbound User", c["email"], "due the expire or traffic limit")
+ logger.Info("Remove Inbound User ", c["email"], " due the expire or traffic limit")
}