mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 15:53:55 -04:00
pipeline: per-frame output message should be spam, not debug
This commit is contained in:
parent
b4fd82b812
commit
d1d244dfd2
@ -86,8 +86,8 @@ Pipeline::
|
||||
void Pipeline::
|
||||
cycle() {
|
||||
#ifdef THREADED_PIPELINE
|
||||
if (pipeline_cat.is_debug()) {
|
||||
pipeline_cat.debug()
|
||||
if (pipeline_cat.is_spam()) {
|
||||
pipeline_cat.spam()
|
||||
<< "Beginning the pipeline cycle\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user