add a debug line to track down HQ issue

This commit is contained in:
Stephen Birarda 2013-10-01 15:59:10 -07:00
parent f3acb53835
commit b548567744

View file

@ -554,6 +554,8 @@ int DomainServer::run() {
const uint64_t RESTART_HOLD_TIME_USECS = 5 * 1000 * 1000;
qDebug("%d - %llu\n", _hasCompletedRestartHold, usecTimestampNow() - usecTimestamp(&startTime));
if (!_hasCompletedRestartHold && usecTimestampNow() - usecTimestamp(&startTime) > RESTART_HOLD_TIME_USECS) {
_hasCompletedRestartHold = true;