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

This commit is contained in:
rdb 2019-09-06 09:48:11 +02:00
parent b4fd82b812
commit d1d244dfd2

View File

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