mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 23:39:42 +01:00
* Added debug output to DBSyncConnection.
This commit is contained in:
parent
fe7d128056
commit
cc2cc8397e
@ -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" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user