audio-player: log request status on error

This commit is contained in:
Trek H 2019-09-14 22:21:52 +09:30
parent 9805506cf2
commit 64febc479b
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}