stream: cosmetic cleanup
authorXavier Claessens <xavier.claessens@collabora.com>
Wed, 7 Sep 2016 14:21:09 +0000 (10:21 -0400)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 7 Sep 2016 15:40:57 +0000 (18:40 +0300)
https://bugzilla.gnome.org/show_bug.cgi?id=766612

gst/rtsp-server/rtsp-stream.c

index c5722cd..0ca31f9 100644 (file)
@@ -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;