mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 15:29:05 +02:00
extra debug for failed local AS port read
This commit is contained in:
parent
7373bb6817
commit
bea387af7d
1 changed files with 4 additions and 0 deletions
|
@ -189,7 +189,11 @@ void AssignmentClient::sendAssignmentRequest() {
|
||||||
_assignmentServerSocket.setPort(localAssignmentServerPort);
|
_assignmentServerSocket.setPort(localAssignmentServerPort);
|
||||||
nodeList->setAssignmentServerSocket(_assignmentServerSocket);
|
nodeList->setAssignmentServerSocket(_assignmentServerSocket);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
qDebug() << "Failed to read local assignment server port from shared memory"
|
||||||
|
<< "- will send assignment request to previous assignment server socket.";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
nodeList->sendAssignment(_requestAssignment);
|
nodeList->sendAssignment(_requestAssignment);
|
||||||
|
|
Loading…
Reference in a new issue