add an extra debug to track down HQ issue

This commit is contained in:
Stephen Birarda 2013-10-01 16:03:53 -07:00
parent 63d41d85de
commit 74ec83d8ed

View file

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