Browse Source

remove id in log

pull/931/head
Darien Raymond 7 years ago
parent
commit
ed5f0b95d6
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
  1. 2
      v2ray.go

2
v2ray.go

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