mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
add some debug to help me track this down
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user