GitRepo.vala
[gitlive] / 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)
     {