1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-05 16:55:27 -05:00

remove id in log

This commit is contained in:
Darien Raymond
2018-03-01 21:16:51 +01:00
parent 8d679fb5c8
commit ed5f0b95d6

View File

@@ -124,7 +124,7 @@ func (s *Instance) Start() error {
}
}
newError("V2Ray ", Version(), " started with id ", s.ID()).AtWarning().WriteToLog()
newError("V2Ray ", Version(), " started").AtWarning().WriteToLog()
return nil
}