1
0
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:
Christian Muehlhaeuser 2011-09-07 20:32:47 +02:00
parent fe7d128056
commit cc2cc8397e

View File

@ -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" );