mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
* Added extra debug output to ControlConnection.
This commit is contained in:
@@ -287,13 +287,13 @@ ControlConnection::handleMsg( msg_ptr msg )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
qDebug() << id() << "Unhandled msg:" << QString::fromAscii( msg->payload() );
|
tDebug() << id() << "Unhandled msg:" << QString::fromAscii( msg->payload() );
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug() << id() << "Invalid msg:" << QString::fromAscii(msg->payload());
|
tDebug() << id() << "Invalid msg:" << QString::fromAscii( msg->payload() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user