mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 08:04:25 +02:00
* More debug output in DbCmd_SetPlaylistRevision.
This commit is contained in:
@@ -137,7 +137,7 @@ DatabaseCommand_SetPlaylistRevision::exec( DatabaseImpl* lib )
|
|||||||
if ( chkq.exec() && chkq.next() )
|
if ( chkq.exec() && chkq.next() )
|
||||||
{
|
{
|
||||||
currentRevision = chkq.value( 0 ).toString();
|
currentRevision = chkq.value( 0 ).toString();
|
||||||
tDebug() << Q_FUNC_INFO << "pl guid" << m_playlistguid << "- curr rev" << currentRevision;
|
tDebug() << Q_FUNC_INFO << "pl guid" << m_playlistguid << "- curr rev" << currentRevision << source()->friendlyName() << source()->id();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user