1
0
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:
Christian Muehlhaeuser
2012-07-06 07:58:48 +02:00
parent b1955dd9b7
commit f6657845df

View File

@@ -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() );
}