summaryrefslogtreecommitdiff
path: root/src/input/input_http.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-10-27 01:52:15 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-10-27 01:52:15 +0000
commitb7dd962b658dd71ac94dda89110140bfd3dd63d2 (patch)
tree104f69f94383c1014b446f8a8f1ca6429d9b12b5 /src/input/input_http.c
parent01fe9e47e5c03c959dd0428d439db3cc74e5a741 (diff)
downloadxine-lib-b7dd962b658dd71ac94dda89110140bfd3dd63d2.tar.gz
xine-lib-b7dd962b658dd71ac94dda89110140bfd3dd63d2.tar.bz2
return of ogg and vorbis, began implementing verbosity parameter
CVS patchset: 3034 CVS date: 2002/10/27 01:52:15
Diffstat (limited to 'src/input/input_http.c')
-rw-r--r--src/input/input_http.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}