mirror of
https://github.com/tenox7/wrp.git
synced 2024-11-22 10:31:21 +00:00
print args to aid debugging
This commit is contained in:
parent
41dfa7dae2
commit
311bb829da
1
wrp.go
1
wrp.go
@ -436,6 +436,7 @@ func main() {
|
||||
http.HandleFunc("/shutdown/", haltServer)
|
||||
http.HandleFunc("/favicon.ico", http.NotFound)
|
||||
log.Printf("Web Rendering Proxy Version %s\n", version)
|
||||
log.Print(os.Args)
|
||||
log.Printf("Starting WRP http server on %s\n", addr)
|
||||
srv.Addr = addr
|
||||
err = srv.ListenAndServe()
|
||||
|
Loading…
Reference in New Issue
Block a user