Skip to content

Commit

Permalink
log: server banner print to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Nov 29, 2017
1 parent 65f3788 commit 7c399e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tunneld/tunneld.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func main() {
return
}

fmt.Fprintln(os.Stderr, banner)
fmt.Println(banner)

logger := log.NewFilterLogger(log.NewStdLogger(), opts.logLevel)

Expand Down

0 comments on commit 7c399e8

Please sign in to comment.