fix debug message
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 3 Feb 2004 15:01:46 +0000 (15:01 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 3 Feb 2004 15:01:46 +0000 (15:01 +0000)
Original commit message from CVS:
fix debug message

gst/gstpad.c

index 9afe749..0fb5331 100644 (file)
@@ -2394,7 +2394,7 @@ gst_pad_get_caps (GstPad *pad)
   if (GST_RPAD_GETCAPSFUNC (realpad)) {
     GstCaps *caps;
 
-    GST_CAT_DEBUG (GST_CAT_CAPS, "using pad get function");
+    GST_CAT_DEBUG (GST_CAT_CAPS, "using pad getcaps function");
     caps = GST_RPAD_GETCAPSFUNC (realpad) (GST_PAD (realpad));
 
     if (caps == NULL) {