mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 10:05:32 +02:00
* Less furious logging.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user