diff --git a/src/libtomahawk/database/databasecommand_resolve.cpp b/src/libtomahawk/database/databasecommand_resolve.cpp index 7e474c06f..7af53ba26 100644 --- a/src/libtomahawk/database/databasecommand_resolve.cpp +++ b/src/libtomahawk/database/databasecommand_resolve.cpp @@ -119,7 +119,7 @@ DatabaseCommand_Resolve::exec( DatabaseImpl* lib ) s = SourceList::instance()->get( files_query.value( 13 ).toUInt() ); if( s.isNull() ) { - Q_ASSERT( false ); + qDebug() << "WTF: Could not find source" << files_query.value( 13 ).toUInt(); continue; }