From d1d244dfd241ed52045e9e7594b7ef5521feae2f Mon Sep 17 00:00:00 2001 From: rdb Date: Fri, 6 Sep 2019 09:48:11 +0200 Subject: [PATCH] pipeline: per-frame output message should be spam, not debug --- panda/src/pipeline/pipeline.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/pipeline/pipeline.cxx b/panda/src/pipeline/pipeline.cxx index a3633226bc..641b2c6e2c 100644 --- a/panda/src/pipeline/pipeline.cxx +++ b/panda/src/pipeline/pipeline.cxx @@ -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"; }