mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-21 16:11:56 +00:00
Add logging
This commit is contained in:
parent
3f033170e0
commit
b1709d58e3
@ -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…
Reference in New Issue
Block a user