From 38e20e78894006f5fe235bcb1fcde28bb79f7e30 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Thu, 15 Apr 2010 19:27:42 -0700 Subject: [PATCH] Change this log message to debug level. --- src/framework/mlt_consumer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/mlt_consumer.c b/src/framework/mlt_consumer.c index 7ee2abf2..b5f07bff 100644 --- a/src/framework/mlt_consumer.c +++ b/src/framework/mlt_consumer.c @@ -1210,7 +1210,7 @@ mlt_frame mlt_consumer_rt_frame( mlt_consumer this ) } // Get frame from the done queue - mlt_log_verbose( MLT_CONSUMER_SERVICE(this), "size %d done count %d\n", size, mlt_deque_count( this->done_queue ) ); + mlt_log_debug( MLT_CONSUMER_SERVICE(this), "size %d done count %d\n", size, mlt_deque_count( this->done_queue ) ); if ( this->real_time > 0 && size == this->real_time && mlt_deque_count( this->done_queue ) <= size ) { frame = mlt_consumer_get_frame( this ); -- 2.39.5