GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 04:35:01 +0000 (12:35 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 04:35:01 +0000 (12:35 +0800)
GitRepo.vala

index 23c7631..5c866c3 100644 (file)
@@ -880,7 +880,9 @@ public class GitRepo : Object
        repo.loadStatus();
        
        update_all_total--;
+               GLib.debug("calls remaining = %d", update_all_total);           
        if (update_all_total > 0 ) {
+
                return;
                }
                switch (update_all_after) {