From 3e1b39031437eaf48c5c6ea895dd632b1249b0a2 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 21 Nov 2020 16:44:48 -0500 Subject: Allow the library to be changed. Fix up quit handler. Improve logging --- cmd/web/index.go | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cmd/web/index.go') diff --git a/cmd/web/index.go b/cmd/web/index.go index 59310c0..2eb3695 100644 --- a/cmd/web/index.go +++ b/cmd/web/index.go @@ -75,6 +75,13 @@ http://127.0.0.1:8899/install?uri=http://my-server-ip-or-hostname/download/My Ga

+Change library path +
+ + +
+ + `)) ) @@ -93,4 +100,5 @@ func index(w http.ResponseWriter, r *http.Request) { if err != nil { Logger.Printf("While Rendering template: %s", err) } + Logger.Printf("Client %s Index page", r.RemoteAddr) } -- cgit v1.2.3