JsRender/NodeToGtk.vala
authorAlan Knowles <alan@roojs.com>
Fri, 12 Sep 2014 09:30:41 +0000 (17:30 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 12 Sep 2014 09:30:41 +0000 (17:30 +0800)
JsRender/NodeToGtk.vala

index 3045cdb..fc36c8c 100644 (file)
@@ -107,7 +107,7 @@ public class JsRender.NodeToGtk : Object {
                        var val = new GLib.Value(prop_gtype);
                        if (!sval.transform(ref val)) {
                                print("skip (failed to transform value %s type = %s  from %s\n", 
-                                       cls + "." + k, type, this.node.get(k).strip());
+                                       cls + "." + k, prop_gtype.name(), this.node.get(k).strip());
                                continue;
                        }