]> git.sesse.net Git - mlt/commitdiff
Change this log message to debug level.
authorDan Dennedy <dan@dennedy.org>
Fri, 16 Apr 2010 02:27:42 +0000 (19:27 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 24 Jan 2011 02:09:43 +0000 (18:09 -0800)
src/framework/mlt_consumer.c

index 7ee2abf222e99e37beeb70eb1b972b8e55c81520..b5f07bff7adab219cbfd93357df54a5a88eb1e69 100644 (file)
@@ -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 );