1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 01:54:07 +02:00

* Less furious logging.

This commit is contained in:
Christian Muehlhaeuser
2011-11-23 04:18:30 +01:00
parent 34fab0f210
commit 778f352c0f
2 changed files with 2 additions and 2 deletions

View File

@@ -275,7 +275,7 @@ DBSyncConnection::sendOpsData( QString sinceguid, QString lastguid, QList< dbop_
m_lastSentOp = lastguid;
if ( ops.length() == 0 )
{
tDebug() << "Sending ok" << m_source->id() << m_source->friendlyName();
tLog( LOGVERBOSE ) << "Sending ok" << m_source->id() << m_source->friendlyName();
sendMsg( Msg::factory( "ok", Msg::DBOP ) );
return;
}

View File

@@ -354,7 +354,7 @@ Servent::readyRead()
foreach( ControlConnection* con, m_controlconnections )
{
tDebug() << "known connection:" << con->id() << con->source()->friendlyName();
tLog( LOGVERBOSE ) << "known connection:" << con->id() << con->source()->friendlyName();
if( con->id() == nodeid )
{
dupe = true;