remove id in log

pull/931/head
Darien Raymond 7 years ago
parent 8d679fb5c8
commit ed5f0b95d6
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

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

Loading…
Cancel
Save