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
1 changed files with 1 additions and 2 deletions

View File

@ -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()
}