diff stream/http.c @ 20185:b6eed21e0535

slight overall verbosity reduction
author diego
date Thu, 12 Oct 2006 22:24:19 +0000
parents 6dad4b1efb82
children 720206eef78b
line wrap: on
line diff
--- a/stream/http.c	Thu Oct 12 18:29:26 2006 +0000
+++ b/stream/http.c	Thu Oct 12 22:24:19 2006 +0000
@@ -891,7 +891,7 @@
 	stream->streaming_ctrl->url = check4proxies(url);
 	url_free(url);
 	
-	mp_msg(MSGT_OPEN, MSGL_INFO, "STREAM_HTTP(1), URL: %s\n", stream->url);
+	mp_msg(MSGT_OPEN, MSGL_V, "STREAM_HTTP(1), URL: %s\n", stream->url);
 	seekable = http_streaming_start(stream, file_format);
 	if((seekable < 0) || (*file_format == DEMUXER_TYPE_ASF)) {
 		streaming_ctrl_free(stream->streaming_ctrl);
@@ -915,7 +915,7 @@
 	stream->streaming_ctrl->url = check4proxies(url);
 	url_free(url);
 	
-	mp_msg(MSGT_OPEN, MSGL_INFO, "STREAM_HTTP(2), URL: %s\n", stream->url);
+	mp_msg(MSGT_OPEN, MSGL_V, "STREAM_HTTP(2), URL: %s\n", stream->url);
 	seekable = http_streaming_start(stream, file_format);
 	if(seekable < 0) {
 		streaming_ctrl_free(stream->streaming_ctrl);