mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Demote debug.
This commit is contained in:
@@ -244,7 +244,7 @@ void JobQueue::threadEntry()
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
sl.unlock();
|
sl.unlock();
|
||||||
cLog(lsDEBUG) << "Doing " << Job::toString(job.getType()) << " job";
|
cLog(lsTRACE) << "Doing " << Job::toString(job.getType()) << " job";
|
||||||
job.doJob();
|
job.doJob();
|
||||||
sl.lock();
|
sl.lock();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user