mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 06:04:42 +02:00
use QDebug << operator for assignment debug
This commit is contained in:
parent
36c2f42b5c
commit
94367dd7c7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ int main(int argc, char* const argv[]) {
|
|||
if (packetData[0] == PACKET_TYPE_CREATE_ASSIGNMENT && packetVersionMatch(packetData)) {
|
||||
Assignment::Type assignmentType = (Assignment::Type) *(packetData + numBytesForPacketHeader(packetData));
|
||||
|
||||
qDebug() << "Received an assignment of type" << assignmentType << "\n";
|
||||
qDebug() << "Received an assignment - " << assignmentType << "\n";
|
||||
|
||||
AudioMixer::run();
|
||||
|
||||
|
|
Loading…
Reference in a new issue