diff --git a/player/loadfile.c b/player/loadfile.c index 206c0cd208..64fe190dc9 100644 --- a/player/loadfile.c +++ b/player/loadfile.c @@ -1919,7 +1919,6 @@ terminate_playback: mpv_error_string(end_event.error), end_event.reason); if (end_event.error == MPV_ERROR_UNKNOWN_FORMAT) MP_ERR(mpctx, "Failed to recognize file format.\n"); - MP_INFO(mpctx, "\n"); if (mpctx->playing) playlist_entry_unref(mpctx->playing);