From b7dd962b658dd71ac94dda89110140bfd3dd63d2 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 27 Oct 2002 01:52:15 +0000 Subject: return of ogg and vorbis, began implementing verbosity parameter CVS patchset: 3034 CVS date: 2002/10/27 01:52:15 --- src/input/input_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input') diff --git a/src/input/input_http.c b/src/input/input_http.c index c5fdb1aa4..2a9fc8993 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -331,7 +331,7 @@ static off_t http_plugin_read (input_plugin_t *this_gen, xine_log (this->stream->xine, XINE_LOG_MSG, _("input_http: EAGAIN\n")); continue; default: - xine_log (this->stream->xine, XINE_LOG_MSG, _("input_http: read error\n")); + xine_log (this->stream->xine, XINE_LOG_MSG, _("input_http: read error %d\n"), errno); return 0; } } -- cgit v1.2.3