mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
cleanups
This commit is contained in:
parent
8cee88acb4
commit
270d509a12
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ AssignmentClientMonitor::AssignmentClientMonitor(int &argc, char **argv, const u
|
|||
}
|
||||
|
||||
connect(&_checkSparesTimer, SIGNAL(timeout()), SLOT(checkSpares()));
|
||||
_checkSparesTimer.start(5000);
|
||||
_checkSparesTimer.start(NODE_SILENCE_THRESHOLD_MSECS * 3);
|
||||
}
|
||||
|
||||
AssignmentClientMonitor::~AssignmentClientMonitor() {
|
||||
|
@ -109,7 +109,7 @@ void AssignmentClientMonitor::checkSpares() {
|
|||
});
|
||||
|
||||
if (spareCount != 1) {
|
||||
qDebug() << " spare count is" << spareCount;
|
||||
qDebug() << "spare count is" << spareCount;
|
||||
}
|
||||
|
||||
if (spareCount < 1) {
|
||||
|
|
Loading…
Reference in a new issue