From 59e6a8a444f77812953fd01e80fb803739512ac2 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 28 Dec 2009 19:15:11 +0000 Subject: [PATCH] spam -> debug --- panda/src/event/asyncTaskManager.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/panda/src/event/asyncTaskManager.cxx b/panda/src/event/asyncTaskManager.cxx index 6210a87542..0bbfaa93e2 100644 --- a/panda/src/event/asyncTaskManager.cxx +++ b/panda/src/event/asyncTaskManager.cxx @@ -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"; }