Added debugging info again.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 14 Dec 2001 12:25:12 +0000 (12:25 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 14 Dec 2001 12:25:12 +0000 (12:25 +0000)
Original commit message from CVS:
Added debugging info again.

gst/gstelement.c

index a660c3a97396ec925e0fcb082ef17565321b46cf..0915058330feed298aa0cda725042faa12c32cb3 100644 (file)
@@ -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;
   }