From 7e8bfbef4bd0f69a90ff3b87fa0b8878f24a7829 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 5 Apr 2010 19:35:35 +0000 Subject: Do not print the "Loading cookie file" message twice. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31024 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/cookies.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'stream') 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; -- cgit v1.2.3