From 631c256819a0162f50f7986bd129c52897e86139 Mon Sep 17 00:00:00 2001 From: "Diogo Franco (Kovensky)" Date: Wed, 28 Jan 2015 11:41:01 +0900 Subject: player: demote matroska ordered chapter scanning messages to Verbose Causes a lot of terminal spam on large folders and is not actually useful except maybe for debugging. --- player/timeline/tl_matroska.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/timeline/tl_matroska.c b/player/timeline/tl_matroska.c index 871f2f83f7..e2c721a003 100644 --- a/player/timeline/tl_matroska.c +++ b/player/timeline/tl_matroska.c @@ -294,7 +294,7 @@ static int find_ordered_chapter_sources(struct MPContext *mpctx, for (int i = 0; i < num_filenames; i++) { if (!missing(*sources, *num_sources)) break; - MP_INFO(mpctx, "Checking file %s\n", filenames[i]); + MP_VERBOSE(mpctx, "Checking file %s\n", filenames[i]); check_file(mpctx, sources, num_sources, uids, filenames[i], 0); } } while (old_source_count != *num_sources); -- cgit v1.2.3