1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Minor bug fixing

This commit is contained in:
Maksym Pavlenko
2017-08-25 16:41:58 -07:00
parent fd650fb214
commit 8c273014b9
4 changed files with 20 additions and 30 deletions

View File

@@ -218,7 +218,7 @@ Host: www.podsync.net`)
if err == api.ErrNotFound {
code = http.StatusNotFound
} else {
log.Printf("server error: %v", err)
log.Printf("server error (hash id: %s): %v", hashId, err)
}
c.String(code, err.Error())