added error to error message

This commit is contained in:
Remco 2014-12-08 14:14:09 +01:00
parent d541bd5206
commit f5a04b8783

View file

@ -159,7 +159,7 @@ func main() {
} }
if err != nil { if err != nil {
log.Panic("Error while creating storage.") log.Panic("Error while creating storage.", err)
} }
mime.AddExtensionType(".md", "text/x-markdown") mime.AddExtensionType(".md", "text/x-markdown")