1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

* Don't assert on unknown sources, but print out debug.

This commit is contained in:
Christian Muehlhaeuser 2011-05-01 15:30:15 +02:00
parent 4c3f5b0399
commit e8f2eedcb9

View File

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