mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Improve log level selection from command line. Some extra shutdown logging.
This commit is contained in:
@@ -181,6 +181,7 @@ void JobQueue::shutdown()
|
||||
mJobCond.notify_all();
|
||||
while (mThreadCount != 0)
|
||||
mJobCond.wait(sl);
|
||||
cLog(lsDEBUG) << "Job queue has shut down";
|
||||
}
|
||||
|
||||
void JobQueue::setThreadCount(int c)
|
||||
|
||||
Reference in New Issue
Block a user