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

print version when starts

This commit is contained in:
Darien Raymond
2018-03-01 21:10:40 +01:00
parent c4dd86da84
commit a4f6ee6718

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
}