From: Alan Knowles Date: Wed, 19 Dec 2018 04:35:11 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=1728bdb6d7fd6625a51e633d4c463f2038b25d43 GitRepo.vala --- diff --git a/GitRepo.vala b/GitRepo.vala index 5c866c32..048bc478 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -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) {