diff --git a/transfersh-server/main.go b/transfersh-server/main.go index 6369705..bc3accc 100644 --- a/transfersh-server/main.go +++ b/transfersh-server/main.go @@ -159,7 +159,7 @@ func main() { } if err != nil { - log.Panic("Error while creating storage.") + log.Panic("Error while creating storage.", err) } mime.AddExtensionType(".md", "text/x-markdown")