]> git.sesse.net Git - vlc/blobdiff - modules/access/http.c
* Don't bitch anymore about not found access_demux plugins.
[vlc] / modules / access / http.c
index 1a6fd1f839a3a2a6f20f28e3b01769c22908072e..02e82cd27c3da6b0822cec2b9e9795f15c43ade4 100644 (file)
@@ -519,10 +519,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;
 
     }