1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-07-05 16:38:17 -04:00

print version when starts

This commit is contained in:
Darien Raymond 2018-03-01 21:10:40 +01:00
parent c4dd86da84
commit a4f6ee6718
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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