Explorar el Código

remove id in log

Darien Raymond hace 7 años
padre
commit
ed5f0b95d6
Se han modificado 1 ficheros con 1 adiciones y 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
 }