mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 05:32:18 +00:00
Add logging
This commit is contained in:
parent
3f033170e0
commit
b1709d58e3
1 changed files with 1 additions and 0 deletions
|
@ -693,6 +693,7 @@ func postSpotifyReponse(w http.ResponseWriter, r *http.Request) {
|
|||
err := connectSpotifyResponse(r)
|
||||
|
||||
if err != nil {
|
||||
log.Printf("Post Spotify Response: %s", err)
|
||||
throwOkError(w, "Failed to connect to spotify")
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue