vlc | branch: master | Ilkka Ollakka <[email protected]> | 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;
         }
 

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to