From aad4038b10972bf42f93a9856b79e5dd14b5a754 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 14 Dec 2001 12:25:12 +0000 Subject: [PATCH] Added debugging info again. Original commit message from CVS: Added debugging info again. --- gst/gstelement.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstelement.c b/gst/gstelement.c index a660c3a973..0915058330 100644 --- a/gst/gstelement.c +++ b/gst/gstelement.c @@ -1382,8 +1382,8 @@ gst_element_populate_std_props (GObjectClass * klass, "Touch data to force disk read before push ()", TRUE, flags); } else { - g_warning ("Unknown - 'standard' property '%s' id %d", - prop_name, arg_id); + g_warning ("Unknown - 'standard' property '%s' id %d from klass %s", + prop_name, arg_id, g_type_name (G_OBJECT_CLASS_TYPE (klass))); pspec = NULL; } -- 2.34.1