1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 01:57:12 -05:00

fix test break

This commit is contained in:
Darien Raymond 2017-02-01 21:47:02 +01:00
parent f046f334cd
commit 2f771e7742
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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