spam -> debug
This commit is contained in:
parent
3c680af9b5
commit
59e6a8a444
|
|
@ -64,9 +64,9 @@ void AsyncTaskManager::
|
|||
cleanup() {
|
||||
MutexHolder holder(_lock);
|
||||
|
||||
if (task_cat.is_spam()) {
|
||||
do_output(task_cat.spam());
|
||||
task_cat.spam(false)
|
||||
if (task_cat.is_debug()) {
|
||||
do_output(task_cat.debug());
|
||||
task_cat.debug(false)
|
||||
<< ": cleanup()\n";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue