diff --git a/src/libtomahawk/utils/TomahawkUtilsGui.cpp b/src/libtomahawk/utils/TomahawkUtilsGui.cpp index af5c35217..2acac062d 100644 --- a/src/libtomahawk/utils/TomahawkUtilsGui.cpp +++ b/src/libtomahawk/utils/TomahawkUtilsGui.cpp @@ -782,6 +782,7 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size ) if ( pixmap.isNull() ) { + tDebug() << "Invalid image for type:" << type; Q_ASSERT( false ); return QPixmap(); }