change logger text

This commit is contained in:
Hossin Asaadi
2022-11-15 07:12:03 -05:00
parent 01f063e199
commit dfef2b4f36

View File

@@ -93,7 +93,7 @@ func (s *XrayService) GetXrayConfig() (*xray.Config, error) {
if c["email"] == clientTraffic.Email {
if ! clientTraffic.Enable {
clients = RemoveIndex(clients,index)
logger.Info("Remove Inbound User",c["email"] ,index)
logger.Info("Remove Inbound User",c["email"] ,"due the expire or traffic limit")
}