Demote debug.

This commit is contained in:
JoelKatz
2013-01-28 01:13:55 -08:00
parent 9a7ccf777e
commit c543b77699

View File

@@ -244,7 +244,7 @@ void JobQueue::threadEntry()
break;
sl.unlock();
cLog(lsDEBUG) << "Doing " << Job::toString(job.getType()) << " job";
cLog(lsTRACE) << "Doing " << Job::toString(job.getType()) << " job";
job.doJob();
sl.lock();
}