src/JsRender/Node.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 Feb 2024 06:39:49 +0000 (14:39 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Feb 2024 06:39:49 +0000 (14:39 +0800)
src/JsRender/Node.vala

index a3234cd..ae2ceee 100644 (file)
@@ -123,6 +123,9 @@ public class JsRender.Node : GLib.Object {
                        this.nodeTitleProp = ""; // ?? should trigger set?
                        this.iconFilename = "";
                        this._updated_count = value;
+                       GLib.debug("Update Node %d p%d - rev %d", this.oid, this.parent != null ? this.parent.oid, value);
+                       
+                       
                        if (this.parent != null) {
                                this.parent.updated_count++;
                        }  else {