From 6d6a96c4a3f7d713222406ed2bb760e5313c889d Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 3 Feb 2004 15:01:46 +0000 Subject: [PATCH] fix debug message Original commit message from CVS: fix debug message --- gst/gstpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstpad.c b/gst/gstpad.c index 9afe749..0fb5331 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -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) { -- 2.7.4