Explorar o código

remove id in log

Darien Raymond %!s(int64=7) %!d(string=hai) anos
pai
achega
ed5f0b95d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      v2ray.go

+ 1 - 1
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
 }