Răsfoiți Sursa

pipeline: per-frame output message should be spam, not debug

rdb 6 ani în urmă
părinte
comite
d1d244dfd2
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      panda/src/pipeline/pipeline.cxx

+ 2 - 2
panda/src/pipeline/pipeline.cxx

@@ -86,8 +86,8 @@ Pipeline::
 void Pipeline::
 void Pipeline::
 cycle() {
 cycle() {
 #ifdef THREADED_PIPELINE
 #ifdef THREADED_PIPELINE
-  if (pipeline_cat.is_debug()) {
-    pipeline_cat.debug()
+  if (pipeline_cat.is_spam()) {
+    pipeline_cat.spam()
       << "Beginning the pipeline cycle\n";
       << "Beginning the pipeline cycle\n";
   }
   }