1
0
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:
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 else
{ {
qDebug() << "Not updating current revision, optimistic locking fail"; qDebug() << "Not updating current revision, optimistic locking fail";
Q_ASSERT( false );
} }
} }