From: Dan Dennedy Date: Fri, 16 Apr 2010 02:27:42 +0000 (-0700) Subject: Change this log message to debug level. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=38e20e78894006f5fe235bcb1fcde28bb79f7e30;p=mlt Change this log message to debug level. --- 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 );