From 74ec83d8edfaba37d6555f242406cbdedd5dcea7 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 1 Oct 2013 16:03:53 -0700 Subject: [PATCH] add an extra debug to track down HQ issue --- domain-server/src/DomainServer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/domain-server/src/DomainServer.cpp b/domain-server/src/DomainServer.cpp index 89d362047c..e0204d3201 100644 --- a/domain-server/src/DomainServer.cpp +++ b/domain-server/src/DomainServer.cpp @@ -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; }