mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 09:19:41 +01:00
* Assert when optimistic locking fails.
This commit is contained in:
parent
789b698e7a
commit
0cffdf124a
@ -213,5 +213,6 @@ DatabaseCommand_SetPlaylistRevision::exec( DatabaseImpl* lib )
|
||||
else
|
||||
{
|
||||
qDebug() << "Not updating current revision, optimistic locking fail";
|
||||
Q_ASSERT( false );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user