summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-28 11:41:01 +0900
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-01-28 11:43:48 +0900
commit631c256819a0162f50f7986bd129c52897e86139 (patch)
treeca1de956f7bda9e61dd46c1d43160088a77a381d /demux
parentb473477fc53ba69e9117a691b00d0e248ebc9ac7 (diff)
downloadmpv-631c256819a0162f50f7986bd129c52897e86139.tar.bz2
mpv-631c256819a0162f50f7986bd129c52897e86139.tar.xz
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.
Diffstat (limited to 'demux')
-rw-r--r--demux/demux_mkv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demux/demux_mkv.c b/demux/demux_mkv.c
index ace19e1e1f..979d4c081b 100644
--- a/demux/demux_mkv.c
+++ b/demux/demux_mkv.c
@@ -382,7 +382,7 @@ static int demux_mkv_read_info(demuxer_t *demuxer)
}
}
}
- MP_INFO(demuxer, "This is not one of the wanted files. "
+ MP_VERBOSE(demuxer, "This is not one of the wanted files. "
"Stopping attempt to open.\n");
res = -2;
}