This commit is contained in:
MHSanaei
2024-02-04 01:51:43 +03:30
parent d171850255
commit bb7b667467
3 changed files with 8 additions and 7 deletions

View File

@@ -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")
}