mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
spam -> debug
This commit is contained in:
parent
3c680af9b5
commit
59e6a8a444
@ -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";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user