projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c980e63
)
debug port
author
Thomas Vander Stichele
<thomas@apestaart.org>
Thu, 4 Nov 2004 15:57:00 +0000
(15:57 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Thu, 4 Nov 2004 15:57:00 +0000
(15:57 +0000)
Original commit message from CVS:
debug port
gst/tcp/gsttcpserversink.c
patch
|
blob
|
history
diff --git
a/gst/tcp/gsttcpserversink.c
b/gst/tcp/gsttcpserversink.c
index
70fe090
..
5e4e972
100644
(file)
--- a/
gst/tcp/gsttcpserversink.c
+++ b/
gst/tcp/gsttcpserversink.c
@@
-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;
}