Browse Source

added error to error message

tags/v1.0.0
Remco 9 years ago
parent
commit
f5a04b8783
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      transfersh-server/main.go

+ 1
- 1
transfersh-server/main.go View File

@@ -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")


Loading…
Cancel
Save