pad: Add missing space in debug output
authorSebastian Dröge <sebastian@centricular.com>
Tue, 15 Apr 2014 19:16:06 +0000 (21:16 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 15 Apr 2014 19:16:06 +0000 (21:16 +0200)
gst/gstpad.c

index 9636e00..b9d613e 100644 (file)
@@ -2089,7 +2089,7 @@ gst_pad_link_check_compatible_unlocked (GstPad * src, GstPad * sink,
 
 done:
   GST_CAT_DEBUG (GST_CAT_CAPS, "caps are %scompatible",
-      (compatible ? "" : "not"));
+      (compatible ? "" : "not "));
 
   return compatible;
 }