1
0
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:
Christian Muehlhaeuser 2011-09-12 14:45:08 +02:00
parent 789b698e7a
commit 0cffdf124a

View File

@ -213,5 +213,6 @@ DatabaseCommand_SetPlaylistRevision::exec( DatabaseImpl* lib )
else
{
qDebug() << "Not updating current revision, optimistic locking fail";
Q_ASSERT( false );
}
}