Explorar el Código

fix test break

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