mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
debug port
Original commit message from CVS: debug port
This commit is contained in:
parent
c980e63788
commit
97171752ff
1 changed files with 2 additions and 1 deletions
|
@ -301,7 +301,8 @@ gst_tcpserversink_init_send (GstMultiFdSink * parent)
|
|||
switch (errno) {
|
||||
default:
|
||||
GST_ELEMENT_ERROR (this, RESOURCE, OPEN_READ, (NULL),
|
||||
("bind failed: %s", g_strerror (errno)));
|
||||
("bind on port %d failed: %s", this->server_port,
|
||||
g_strerror (errno)));
|
||||
return FALSE;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue