From: Wim Taymans Date: Mon, 1 Jul 2013 13:18:43 +0000 (+0200) Subject: client: fix comment X-Git-Tag: 1.19.3~495^2~1090 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13016309b1dddd4f89aa2300a3e0576b451d8171;p=platform%2Fupstream%2Fgstreamer.git client: fix comment --- diff --git a/gst/rtsp-server/rtsp-client.c b/gst/rtsp-server/rtsp-client.c index 1bc83fa..86887c5 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; }