mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
stream: remove duplicate message
This commit is contained in:
@@ -325,7 +325,7 @@ static int open_internal(const stream_info_t *sinfo, struct stream *underlying,
|
||||
|
||||
s->uncached_type = s->type;
|
||||
|
||||
MP_VERBOSE(s, "Opened: [%s] %s\n", sinfo->name, url);
|
||||
MP_VERBOSE(s, "Opened: %s\n", url);
|
||||
|
||||
if (s->mime_type)
|
||||
MP_VERBOSE(s, "Mime-type: '%s'\n", s->mime_type);
|
||||
|
||||
Reference in New Issue
Block a user