Added debugging info again.

Original commit message from CVS:
Added debugging info again.
This commit is contained in:
Wim Taymans 2001-12-14 12:25:12 +00:00
parent 04b1c69ce1
commit aad4038b10

View file

@ -1382,8 +1382,8 @@ gst_element_populate_std_props (GObjectClass * klass,
"Touch data to force disk read before push ()", TRUE, flags); "Touch data to force disk read before push ()", TRUE, flags);
} }
else { else {
g_warning ("Unknown - 'standard' property '%s' id %d", g_warning ("Unknown - 'standard' property '%s' id %d from klass %s",
prop_name, arg_id); prop_name, arg_id, g_type_name (G_OBJECT_CLASS_TYPE (klass)));
pspec = NULL; pspec = NULL;
} }