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:
reimar 2010-04-05 19:35:35 +00:00
parent d62bef6ee5
commit 7e8bfbef4b
1 changed files with 0 additions and 2 deletions

View File

@ -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;