summaryrefslogtreecommitdiff
path: root/handler.go
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2013-08-30 16:09:33 +0200
committerKevin Chabowski <kevin@kch42.de>2013-08-30 16:09:33 +0200
commit4965dac690a6499a9ee009280a5fc5ef9912c3ee (patch)
tree04f62d3e795515e5aa2e3a233cf88a3b6ccf5228 /handler.go
parent3a501d85a560b2e2c5c5ded47cc431e4f1315d21 (diff)
downloadmailremind-4965dac690a6499a9ee009280a5fc5ef9912c3ee.tar.gz
mailremind-4965dac690a6499a9ee009280a5fc5ef9912c3ee.tar.bz2
mailremind-4965dac690a6499a9ee009280a5fc5ef9912c3ee.zip
Implemeted account deletion
Diffstat (limited to 'handler.go')
-rw-r--r--handler.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.go b/handler.go
index d710b2a..0dc2033 100644
--- a/handler.go
+++ b/handler.go
@@ -59,7 +59,7 @@ func mkHttpHandler(h Handler, tpl *template.Template) http.HandlerFunc {
}
if err := tpl.Execute(rw, outdata); err != nil {
- log.Printf("Error executing template %s: %s", tpl.Name, err)
+ log.Printf("Error executing template %s: %s", tpl.Name(), err)
}
}
}