]> git.sesse.net Git - vlc/blobdiff - src/input/input.c
Very beginning of the interaction framework (Refs:#27)
[vlc] / src / input / input.c
index 96061150e59fc06a68d7fdeca52a5beedb506d26..5d1992523bbc24eba6ea8bca0e3cc20b5df318e3 100644 (file)
@@ -2094,6 +2094,7 @@ static int InputSourceInit( input_thread_t *p_input,
         if( in->p_access == NULL )
         {
             msg_Err( p_input, "no suitable access module for `%s'", psz_mrl );
+            intf_UserFatal( p_input, "Unable to open '%s'", psz_mrl );
             goto error;
         }