]> git.sesse.net Git - vlc/commitdiff
aout: make log message to be debug as there isn't any real error if no filters needed
authorIlkka Ollakka <ileoo@videolan.org>
Sat, 2 Mar 2013 15:42:19 +0000 (17:42 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Fri, 8 Mar 2013 11:14:48 +0000 (13:14 +0200)
src/audio_output/filters.c

index b46fc2df835be5a3b14d0e3f4daebae8f99d8e4d..446f8b65ab17a393d50e6c176478ebe52cc9d63a 100644 (file)
@@ -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;
         }