Browse Source

spam -> debug

David Rose 16 years ago
parent
commit
59e6a8a444
1 changed files with 3 additions and 3 deletions
  1. 3 3
      panda/src/event/asyncTaskManager.cxx

+ 3 - 3
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";
   }