mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33:59 +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;
|
m_lastSentOp = lastguid;
|
||||||
if ( ops.length() == 0 )
|
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 ) );
|
sendMsg( Msg::factory( "ok", Msg::DBOP ) );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@@ -354,7 +354,7 @@ Servent::readyRead()
|
|||||||
|
|
||||||
foreach( ControlConnection* con, m_controlconnections )
|
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 )
|
if( con->id() == nodeid )
|
||||||
{
|
{
|
||||||
dupe = true;
|
dupe = true;
|
||||||
|
Reference in New Issue
Block a user