Add logging

This commit is contained in:
Daniel Mason 2022-01-05 21:10:00 +13:00
parent 3f033170e0
commit b1709d58e3

View File

@ -693,6 +693,7 @@ func postSpotifyReponse(w http.ResponseWriter, r *http.Request) {
err := connectSpotifyResponse(r) err := connectSpotifyResponse(r)
if err != nil { if err != nil {
log.Printf("Post Spotify Response: %s", err)
throwOkError(w, "Failed to connect to spotify") throwOkError(w, "Failed to connect to spotify")
return return
} }