spam -> debug

This commit is contained in:
David Rose 2009-12-28 19:15:11 +00:00
parent 3c680af9b5
commit 59e6a8a444

View File

@ -64,9 +64,9 @@ void AsyncTaskManager::
cleanup() { cleanup() {
MutexHolder holder(_lock); MutexHolder holder(_lock);
if (task_cat.is_spam()) { if (task_cat.is_debug()) {
do_output(task_cat.spam()); do_output(task_cat.debug());
task_cat.spam(false) task_cat.debug(false)
<< ": cleanup()\n"; << ": cleanup()\n";
} }