From 13016309b1dddd4f89aa2300a3e0576b451d8171 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 1 Jul 2013 15:18:43 +0200 Subject: [PATCH] client: fix comment --- gst/rtsp-server/rtsp-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtsp-server/rtsp-client.c b/gst/rtsp-server/rtsp-client.c index 1bc83fa54b..86887c5a2c 100644 --- a/gst/rtsp-server/rtsp-client.c +++ b/gst/rtsp-server/rtsp-client.c @@ -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; }