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

index 18a3729..70017cf 100644 (file)
@@ -116,7 +116,7 @@ public class JsRender.NodeToGtk : Object {
                // for now... - just try the builder style packing
 
                if (!cls_gtype.is_a((typeof(Gtk.Buildable))) {
-                       print("skipping pack - not a buildable..");
+                       print("skipping pack  %s is not a buildable..\n", cls);
                        return ret;
                }