1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-26 07:14:47 +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
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();