]> git.sesse.net Git - vlc/blobdiff - modules/access/ftp.c
* Don't bitch anymore about not found access_demux plugins.
[vlc] / modules / access / ftp.c
index 77e74160a949f4eca59f1ca6271d9d1ed4aeb505..3160a252d44695bca269ab730e195fa40a2f9fb1 100644 (file)
@@ -378,10 +378,11 @@ static int Control( access_t *p_access, int i_query, va_list args )
         case ACCESS_GET_TITLE_INFO:
         case ACCESS_SET_TITLE:
         case ACCESS_SET_SEEKPOINT:
+        case ACCESS_SET_PRIVATE_ID_STATE:
             return VLC_EGENERIC;
 
         default:
-            msg_Err( p_access, "unimplemented query in control" );
+            msg_Warn( p_access, "unimplemented query in control" );
             return VLC_EGENERIC;
 
     }