Add an extra line of verbose debug

This commit is contained in:
Craig Drummond
2017-12-17 10:16:14 +00:00
parent 09b47d7c10
commit 10d753edec

View File

@@ -1273,6 +1273,7 @@ QPixmap * Covers::get(const Song &song, int size, bool urgent)
return pix;
}
}
VERBOSE_DBUG << "Use default pixmap";
return defaultPix(song, size, origSize);
}