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

index 5c866c3..048bc47 100644 (file)
@@ -872,7 +872,7 @@ public class GitRepo : Object
                        }
            repo.update_async(updateAllCallback); 
         } 
-
+               GLib.debug("calls total = %d", update_all_total);
     }
     public static void  updateAllCallback(GitRepo repo, int err, string res)
     {