From 1728bdb6d7fd6625a51e633d4c463f2038b25d43 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 12:35:11 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2