1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +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 void
DatabaseCommand_SetDynamicPlaylistRevision::postCommitHook() DatabaseCommand_SetDynamicPlaylistRevision::postCommitHook()
{ {
@@ -78,7 +77,7 @@ DatabaseCommand_SetDynamicPlaylistRevision::postCommitHook()
if ( playlist.isNull() ) 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() ); Q_ASSERT( !playlist.isNull() );
return; return;
} }