client: fix comment

This commit is contained in:
Wim Taymans 2013-07-01 15:18:43 +02:00
parent 82812988a6
commit 13016309b1

View 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;
}