1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-16 14:01:58 +02:00

add some debug to help me track this down

This commit is contained in:
Leo Franchi 2011-02-18 17:38:47 -05:00
parent f2a1d5defd
commit 939c481920

View File

@ -55,7 +55,6 @@ QVariantList DatabaseCommand_SetDynamicPlaylistRevision::controlsV()
}
void
DatabaseCommand_SetDynamicPlaylistRevision::postCommitHook()
{
@ -78,7 +77,7 @@ DatabaseCommand_SetDynamicPlaylistRevision::postCommitHook()
if ( playlist.isNull() )
{
qDebug() << playlistguid();
qDebug() <<"Got null playlist with guid:" << playlistguid() << "from source and collection:" << source()->friendlyName() << source()->collection()->name();
Q_ASSERT( !playlist.isNull() );
return;
}