[MPlayer-cvslog] r31024 - trunk/stream/cookies.c
reimar
subversion at mplayerhq.hu
Mon Apr 5 21:35:35 CEST 2010
Author: reimar
Date: Mon Apr 5 21:35:35 2010
New Revision: 31024
Log:
Do not print the "Loading cookie file" message twice.
Modified:
trunk/stream/cookies.c
Modified: trunk/stream/cookies.c
==============================================================================
--- trunk/stream/cookies.c Mon Apr 5 21:31:55 2010 (r31023)
+++ trunk/stream/cookies.c Mon Apr 5 21:35:35 2010 (r31024)
@@ -158,8 +158,6 @@ static struct cookie_list_type *load_coo
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;
More information about the MPlayer-cvslog
mailing list