mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
* Assert when optimistic locking fails.
This commit is contained in:
@@ -213,5 +213,6 @@ DatabaseCommand_SetPlaylistRevision::exec( DatabaseImpl* lib )
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
qDebug() << "Not updating current revision, optimistic locking fail";
|
qDebug() << "Not updating current revision, optimistic locking fail";
|
||||||
|
Q_ASSERT( false );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user