summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http.go')
-rw-r--r--http.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/http.go b/http.go
index cb3f35a..684c9a8 100644
--- a/http.go
+++ b/http.go
@@ -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