forked from lix-project/lix
This commit is contained in:
parent
7aedcf9460
commit
12c8c64efa
|
@ -2640,7 +2640,7 @@ void Worker::waitForInput()
|
|||
|
||||
if (!waitingForAWhile.empty()) {
|
||||
useTimeout = true;
|
||||
if (lastWokenUp == 0 && children.empty())
|
||||
if (lastWokenUp == 0)
|
||||
printMsg(lvlError, "waiting for locks...");
|
||||
if (lastWokenUp == 0 || lastWokenUp > before) lastWokenUp = before;
|
||||
timeout.tv_sec = std::max((time_t) 0, lastWokenUp + wakeUpInterval - before);
|
||||
|
|
Loading…
Reference in a new issue