summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2016-09-07 10:21:09 -0400
committerSebastian Dröge <sebastian@centricular.com>2016-10-25 15:53:49 +0300
commitede027662bb157384b6eb3d57f9963e2ddf0029a (patch)
tree0089e9468a948c6d823948ab1a5ca82fd2277422
parenta3a909a9f8cd5f1467e02e44233055bc973990aa (diff)
stream: cosmetic cleanup
https://bugzilla.gnome.org/show_bug.cgi?id=766612
-rw-r--r--gst/rtsp-server/rtsp-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp-server/rtsp-stream.c b/gst/rtsp-server/rtsp-stream.c
index 36685b5..e36c64a 100644
--- a/gst/rtsp-server/rtsp-stream.c
+++ b/gst/rtsp-server/rtsp-stream.c
@@ -1007,7 +1007,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;