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