mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
add an extra debug to track down HQ issue
This commit is contained in:
parent
63d41d85de
commit
74ec83d8ed
1 changed files with 1 additions and 0 deletions
|
@ -563,6 +563,7 @@ int DomainServer::run() {
|
|||
for (int i = 0; i < MAX_STATIC_ASSIGNMENT_FILE_ASSIGNMENTS; i++) {
|
||||
if (_staticAssignments[i].getUUID().isNull()) {
|
||||
// reached the end of static assignments, bail
|
||||
qDebug() << "Reached the end of SA file with i at" << i << "\n";
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue