---
 avconv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/avconv.c b/avconv.c
index 5c31332..99c5c6b 100644
--- a/avconv.c
+++ b/avconv.c
@@ -941,7 +941,7 @@ static void print_report(int is_last_report, int64_t 
timer_start)
     if (total_size < 0) {
         char errbuf[128];
         av_strerror(total_size, errbuf, sizeof(errbuf));
-        av_log(NULL, AV_LOG_VERBOSE, "Bitrate not available, "
+        av_log(NULL, AV_LOG_DEBUG, "Bitrate not available, "
                "avio_tell() failed: %s\n", errbuf);
         total_size = 0;
     }
-- 
2.9.2

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to