mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Wrong spacing
This commit is contained in:
parent
c3b222cfc2
commit
57bf31e1a6
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ void DomainServer::readAvailableDatagrams() {
|
|||
// construct the requested assignment from the packet data
|
||||
Assignment requestAssignment(packetData, receivedBytes);
|
||||
|
||||
qDebug("Received a request for assignment type %i from %s.\n", requestAssignment.getType() ,qPrintable(senderSockAddr.getAddress().toString()));
|
||||
qDebug("Received a request for assignment type %i from %s.\n", requestAssignment.getType(), qPrintable(senderSockAddr.getAddress().toString()));
|
||||
|
||||
Assignment* assignmentToDeploy = deployableAssignmentForRequest(requestAssignment);
|
||||
|
||||
|
|
Loading…
Reference in a new issue