mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +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() )
|
||||
{
|
||||
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
|
||||
{
|
||||
|
Reference in New Issue
Block a user