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:
@@ -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())
|
||||
|
Reference in New Issue
Block a user