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:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user