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