summaryrefslogtreecommitdiffstats
path: root/stream/cookies.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-05 19:35:35 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-05 19:35:35 +0000
commit7e8bfbef4bd0f69a90ff3b87fa0b8878f24a7829 (patch)
tree4f390afd0bdc909a4a69a64f95cbb0ce7b4c3dfe /stream/cookies.c
parentd62bef6ee5723c514d281eb3db301d0cea5042cd (diff)
downloadmpv-7e8bfbef4bd0f69a90ff3b87fa0b8878f24a7829.tar.bz2
mpv-7e8bfbef4bd0f69a90ff3b87fa0b8878f24a7829.tar.xz
Do not print the "Loading cookie file" message twice.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31024 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/cookies.c')
-rw-r--r--stream/cookies.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/stream/cookies.c b/stream/cookies.c
index b7e89c79e6..3b266a5ca2 100644
--- a/stream/cookies.c
+++ b/stream/cookies.c
@@ -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;