From 93de744a2bf97590eab5ae57425962f8635c483c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 29 Jul 2012 21:19:36 +0200 Subject: sub: silence output of subtitle search message This message is not so interesting. --- sub/find_subfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub') diff --git a/sub/find_subfiles.c b/sub/find_subfiles.c index cb421dac77..b073a722c6 100644 --- a/sub/find_subfiles.c +++ b/sub/find_subfiles.c @@ -104,7 +104,7 @@ static void append_dir_subtitles(struct MPOpts *opts, DIR *d = opendir(path0); if (!d) goto out; - mp_msg(MSGT_SUBREADER, MSGL_INFO, "Load subtitles in %.*s\n", BSTR_P(path)); + mp_msg(MSGT_SUBREADER, MSGL_V, "Load subtitles in %.*s\n", BSTR_P(path)); struct dirent *de; while ((de = readdir(d))) { struct bstr dename = bstr0(de->d_name); -- cgit v1.2.3