mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
client: improve debug
This commit is contained in:
parent
d638b03ff9
commit
7526178a09
1 changed files with 2 additions and 2 deletions
|
@ -2278,8 +2278,8 @@ error_full (GstRTSPWatch * watch, GstRTSPResult result,
|
|||
|
||||
str = gst_rtsp_strresult (result);
|
||||
GST_INFO
|
||||
("client %p: received an error %s when handling message %p with id %d",
|
||||
client, str, message, id);
|
||||
("client %p: error when handling message %p with id %d: %s",
|
||||
client, message, id, str);
|
||||
g_free (str);
|
||||
|
||||
return GST_RTSP_OK;
|
||||
|
|
Loading…
Reference in a new issue