[vlc-commits] aout: make log message to be debug as there isn' t any real error if no filters needed
Ilkka Ollakka
git at videolan.org
Fri Mar 8 12:34:21 CET 2013
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat Mar 2 17:42:19 2013 +0200| [7b0761c4359d12de0bad78a1d255a55cb89bc562] | committer: Ilkka Ollakka
aout: make log message to be debug as there isn't any real error if no filters needed
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7b0761c4359d12de0bad78a1d255a55cb89bc562
---
src/audio_output/filters.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/audio_output/filters.c b/src/audio_output/filters.c
index b46fc2d..446f8b6 100644
--- a/src/audio_output/filters.c
+++ b/src/audio_output/filters.c
@@ -498,7 +498,7 @@ int aout_FiltersNew (audio_output_t *aout,
name == visual);
if (filter == NULL)
{
- msg_Err (aout, "cannot add user filter %s (skipped)", name);
+ msg_Dbg (aout, "cannot add user filter %s (skipped)", name);
continue;
}
More information about the vlc-commits
mailing list