From 64febc479b0d57180aaa8f6861b349f69f95536b Mon Sep 17 00:00:00 2001 From: Trek H Date: Sat, 14 Sep 2019 22:21:52 +0930 Subject: [PATCH] audio-player: log request status on error --- cmd/audio-player/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/audio-player/main.js b/cmd/audio-player/main.js index 3606a653..436ce5db 100644 --- a/cmd/audio-player/main.js +++ b/cmd/audio-player/main.js @@ -95,7 +95,7 @@ function load() { link.innerHTML = "Download"; } else { - console.log('There was a problem with the request.'); + console.log('There was a problem with the request. Status: ' + request.status); } } }