gjs r154 - trunk/gi



Author: hp
Date: Thu Jan 29 20:22:25 2009
New Revision: 154
URL: http://svn.gnome.org/viewvc/gjs?rev=154&view=rev

Log:
log name and owner type of GParam instead of just the type


Modified:
   trunk/gi/param.c

Modified: trunk/gi/param.c
==============================================================================
--- trunk/gi/param.c	(original)
+++ trunk/gi/param.c	Thu Jan 29 20:22:25 2009
@@ -380,8 +380,10 @@
         return NULL;
 
     gjs_debug(GJS_DEBUG_GPARAM,
-              "Wrapping %s with JSObject",
-              g_type_name(G_TYPE_FROM_INSTANCE((GTypeInstance*) gparam)));
+              "Wrapping %s '%s' on %s with JSObject",
+              g_type_name(G_TYPE_FROM_INSTANCE((GTypeInstance*) gparam)),
+              gparam->name,
+              g_type_name(gparam->owner_type));
 
     proto = gjs_lookup_param_prototype(context);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]