mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Added debug output to DBSyncConnection.
This commit is contained in:
@@ -183,7 +183,7 @@ DBSyncConnection::fetchOpsData( const QString& sinceguid )
|
||||
{
|
||||
changeState( FETCHING );
|
||||
|
||||
tLog() << "Sending a FETCHOPS cmd since:" << sinceguid;
|
||||
tLog() << "Sending a FETCHOPS cmd since:" << sinceguid << "- source:" << m_source->id();
|
||||
|
||||
QVariantMap msg;
|
||||
msg.insert( "method", "fetchops" );
|
||||
|
Reference in New Issue
Block a user