diff options
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,9 +5,9 @@ import ( "net/http" "strings" + pb "go.wit.com/lib/protobuf/virtbuf" "go.wit.com/lib/virtigoxml" "go.wit.com/log" - pb "go.wit.com/lib/protobuf/virtbuf" ) // remove '?' part and trailing '/' @@ -104,7 +104,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { } log.Warn("BAD URL =", tmp) - fmt.Fprintln(w, "BAD URL", tmp) + fmt.Fprintln(w, "BAD URL tmp =", tmp) } // write a file out to the http socket |
