debug port
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 4 Nov 2004 15:57:00 +0000 (15:57 +0000)
committerThomas 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

index 70fe090..5e4e972 100644 (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;
     }