Explorar o código

fix test break

Darien Raymond %!s(int64=8) %!d(string=hai) anos
pai
achega
2f771e7742
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      main/main.go

+ 1 - 2
main/main.go

@@ -11,7 +11,7 @@ import (
 	"syscall"
 
 	"v2ray.com/core"
-	"v2ray.com/core/common/log"
+	"v2ray.com/core/app/log"
 
 	_ "v2ray.com/core/main/distro/all"
 )
@@ -103,5 +103,4 @@ func main() {
 		<-osSignals
 		point.Close()
 	}
-	log.Close()
 }