mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
log: server banner print to stdout
This commit is contained in:
parent
65f37882e5
commit
7c399e8cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ func main() {
|
|||
return
|
||||
}
|
||||
|
||||
fmt.Fprintln(os.Stderr, banner)
|
||||
fmt.Println(banner)
|
||||
|
||||
logger := log.NewFilterLogger(log.NewStdLogger(), opts.logLevel)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue