GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Fri, 9 Nov 2018 07:10:43 +0000 (15:10 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 9 Nov 2018 07:10:43 +0000 (15:10 +0800)
GitRepo.vala

index ffb71ed..5e38c71 100644 (file)
@@ -182,7 +182,7 @@ public class GitRepo : Object
     }
     public void set_autocommit(bool val)
     {
-               GLib.debug("SET auto commit : %s", val ? "ON" : "OFF");
+               GLib.debug("SET auto commit : %s => %s", val ? "ON" : "OFF",  cur  ? "ON" : "OFF");
                var cur = this.is_autocommit();
                if (cur == val) {
                        return; // no change..