changeset 30982:38a8f88fab42

Do not print the "Loading cookie file" message twice.
author reimar
date Mon, 05 Apr 2010 19:35:35 +0000
parents 9bab99cfdff2
children 8b6727d2d479
files stream/cookies.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/stream/cookies.c	Mon Apr 05 19:31:55 2010 +0000
+++ b/stream/cookies.c	Mon Apr 05 19:35:35 2010 +0000
@@ -158,8 +158,6 @@
     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;