]> git.sesse.net Git - vlc/blobdiff - src/input/input.c
Fix comments
[vlc] / src / input / input.c
index 8a0e0707df3ad87e441cd9c65a7498374a9c9130..801d212ae0090a8195bce3b5ac78d7e11494aeb5 100644 (file)
@@ -2435,8 +2435,7 @@ static int InputSourceInit( input_thread_t *p_input,
         {
             if( vlc_object_alive( p_input ) )
             {
-                msg_Err( p_input, "open of `%s' failed: %s", psz_mrl,
-                                                             msg_StackMsg() );
+                msg_Err( p_input, "open of `%s' failed", psz_mrl );
                 dialog_Fatal( p_input, _("Your input can't be opened"),
                               _("VLC is unable to open the MRL '%s'."
                                 " Check the log for details."), psz_mrl );