Skip to content

Commit

Permalink
Update output log
Browse files Browse the repository at this point in the history
  • Loading branch information
shimmeris committed Jan 12, 2023
1 parent b51a4dd commit 9ea28ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func ServeProxy(opts *Options) error {
}()
}()

fmt.Println("HTTP proxy start successfully")
fmt.Printf("HTTP proxy listening at %s\n", opts.ListenAddr)
return p.Serve(l)
}

Expand Down

0 comments on commit 9ea28ae

Please sign in to comment.