Skip to content

Commit

Permalink
vm exec can output to stdout (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakai135 authored Apr 9, 2022
1 parent 990f22f commit b9291ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/vm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ const (
)

func main() {
log.SetOutput(os.Stderr)

flag.StringVar(&endpoint, "path", "gvproxy.exe", "path to gvproxy.exe")
flag.StringVar(&iface, "iface", "tap0", "tap interface name")
flag.BoolVar(&debug, "debug", false, "debug")
Expand Down

0 comments on commit b9291ee

Please sign in to comment.