client: fix comment
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 1 Jul 2013 13:18:43 +0000 (15:18 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 1 Jul 2013 13:18:43 +0000 (15:18 +0200)
gst/rtsp-server/rtsp-client.c

index 1bc83fa..86887c5 100644 (file)
@@ -2196,7 +2196,7 @@ gst_rtsp_client_set_connection (GstRTSPClient * client,
   /* ERRORS */
 no_address:
   {
-    GST_ERROR ("could not get remote address %s", error->message);
+    GST_ERROR ("could not get local address %s", error->message);
     g_error_free (error);
     return FALSE;
   }