1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-27 07:44:34 +02:00

* More verbose debug output in DBSyncConnection.

This commit is contained in:
Christian Muehlhaeuser
2011-08-17 04:14:52 +02:00
parent 97b615da41
commit 24febc1066

View File

@@ -283,7 +283,7 @@ DBSyncConnection::lastOpApplied()
void void
DBSyncConnection::sendOps() DBSyncConnection::sendOps()
{ {
tLog() << "Will send peer all ops since" << m_uscache.value( "lastop" ).toString(); tLog() << "Will send peer" << m_source->id() << "all ops since" << m_uscache.value( "lastop" ).toString();
source_ptr src = SourceList::instance()->getLocal(); source_ptr src = SourceList::instance()->getLocal();