diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c b/gst-libs/gst/rtsp/gstrtspconnection.c index 4e069a02c8..df4c4d3b47 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.c +++ b/gst-libs/gst/rtsp/gstrtspconnection.c @@ -679,7 +679,7 @@ setup_tunneling (GstRTSPConnection * conn, GTimeVal * timeout) /* ERRORS */ write_failed: { - GST_ERROR ("write failed", res); + GST_ERROR ("write failed (%d)", res); return res; } eof: