Skip to content

Commit

Permalink
Better art logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomashamalainen committed Jul 7, 2020
1 parent 9cee11d commit 97d9019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ function loadArtwork(url, port, testExternal) {
pictureInTargetView = $(".artwork-img-"+hiddenArtworkView).attr("src");
$(".artwork-img-"+hiddenArtworkView).attr("src", src);
if (!testExternal) {
console.log("Loading artwork to view "+hiddenArtworkView.toUpperCase()+"...");
console.log("Loading artwork to view "+hiddenArtworkView.toUpperCase()+" ("+src+")...");
} else {
console.log("Loading external artwork to view "+hiddenArtworkView.toUpperCase()+" to compare...");
}
Expand Down

0 comments on commit 97d9019

Please sign in to comment.