summaryrefslogtreecommitdiff
path: root/src/input/input_http.c
diff options
context:
space:
mode:
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;
}
}