debug port

Original commit message from CVS:
debug port
This commit is contained in:
Thomas Vander Stichele 2004-11-04 15:57:00 +00:00
parent c980e63788
commit 97171752ff

View file

@ -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;
}