about summary refs log tree commit diff
path: root/mooh.go
diff options
context:
space:
mode:
Diffstat (limited to 'mooh.go')
-rw-r--r--mooh.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/mooh.go b/mooh.go
index a8858a6..2bcca75 100644
--- a/mooh.go
+++ b/mooh.go
@@ -10,6 +10,7 @@ func (self *Dispatcher) ServeHTTP(resp http.ResponseWriter, req *http.Request) {
 	match, err := self.Match(req)
 
 	if err != nil {
+		fmt.Println(err)
 		fmt.Printf("oups")
 		return
 	}