mirror of
https://github.com/tenox7/wrp.git
synced 2024-11-24 22:30:58 +00:00
args print with %q
This commit is contained in:
parent
4d911cb330
commit
c64380dd72
2
wrp.go
2
wrp.go
@ -436,7 +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("Args: %q", os.Args)
|
||||
log.Printf("Default Img Type: %v, Geometry: %+v", deftype, defgeom)
|
||||
log.Printf("Starting WRP http server on %s\n", addr)
|
||||
srv.Addr = addr
|
||||
|
Loading…
Reference in New Issue
Block a user