mirror of https://github.com/mpv-player/mpv
Do not print the "Loading cookie file" message twice.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31024 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d62bef6ee5
commit
7e8bfbef4b
|
@ -158,8 +158,6 @@ static struct cookie_list_type *load_cookies_from(const char *filename,
|
|||
char *ptr;
|
||||
off_t length;
|
||||
|
||||
mp_msg(MSGT_NETWORK, MSGL_V, "Loading cookie file: %s\n", filename);
|
||||
|
||||
ptr = load_file(filename, &length);
|
||||
if (!ptr)
|
||||
return list;
|
||||
|
|
Loading…
Reference in New Issue