From e882fe9e060cf3b98651064d3ce9776086d380da Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 7 Sep 2016 10:21:09 -0400 Subject: [PATCH] stream: cosmetic cleanup https://bugzilla.gnome.org/show_bug.cgi?id=766612 --- gst/rtsp-server/rtsp-stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtsp-server/rtsp-stream.c b/gst/rtsp-server/rtsp-stream.c index c5722cd..0ca31f9 100644 --- a/gst/rtsp-server/rtsp-stream.c +++ b/gst/rtsp-server/rtsp-stream.c @@ -1083,7 +1083,7 @@ no_address: different_address: { GST_ERROR_OBJECT (stream, - "address %s is not the same as %s that was already" " reserved", + "address %s is not the same as %s that was already reserved", address, (*addrp)->address); g_mutex_unlock (&priv->lock); return NULL; -- 2.7.4