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