mirror of
https://github.com/tenox7/wrp.git
synced 2025-01-03 07:29:37 +00:00
add printing image type / geometry
This commit is contained in:
parent
a3beaf4b14
commit
4d911cb330
1
wrp.go
1
wrp.go
@ -437,6 +437,7 @@ func main() {
|
||||
http.HandleFunc("/favicon.ico", http.NotFound)
|
||||
log.Printf("Web Rendering Proxy Version %s\n", version)
|
||||
log.Print(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
|
||||
err = srv.ListenAndServe()
|
||||
|
Loading…
Reference in New Issue
Block a user