]> git.sesse.net Git - mlt/commitdiff
Change this log message back to debug level.
authorDan Dennedy <dan@dennedy.org>
Tue, 15 Jun 2010 06:30:51 +0000 (23:30 -0700)
committerDan Dennedy <dan@dennedy.org>
Mon, 24 Jan 2011 02:09:43 +0000 (18:09 -0800)
src/framework/mlt_consumer.c

index 75ff93ab3ffa8e841199ec58dc3dc3080e08c427..81d8ca158dbc0e7363da13ac6f29c1aa48e9cbc6 100644 (file)
@@ -1196,7 +1196,7 @@ mlt_frame mlt_consumer_rt_frame( mlt_consumer this )
                }
 
                // Try to get frame from the done queue
-               mlt_log_verbose( MLT_CONSUMER_SERVICE(this), "size %d done count %d work count %d\n",
+               mlt_log_debug( MLT_CONSUMER_SERVICE(this), "size %d done count %d work count %d\n",
                        size, mlt_deque_count( this->done_queue ), mlt_deque_count( this->frame_queue ) );
                if ( this->real_time > 0 && mlt_deque_count( this->done_queue ) <= 0 )
                {