]> git.sesse.net Git - vlc/blobdiff - modules/access/file.c
* Don't bitch anymore about not found access_demux plugins.
[vlc] / modules / access / file.c
index ee94706c359eedced2f937b886809f36c7c8f154..83647c766329145ec34a5c212efb633efad6ed12 100644 (file)
@@ -550,7 +550,7 @@ static int Control( access_t *p_access, int i_query, va_list args )
             return VLC_EGENERIC;
 
         default:
-            msg_Err( p_access, "unimplemented query in control" );
+            msg_Warn( p_access, "unimplemented query in control" );
             return VLC_EGENERIC;
 
     }