From aebe127412a87d02c413c67d2b71610e0f9e7efd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Aug 2018 17:18:04 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GitRepo.vala b/GitRepo.vala index 9002546b..a9357312 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -401,8 +401,8 @@ public class GitRepo : Object void git_async_on_complete(int err, string output) { - GLib.debug("GOT %s", output); - this.git_async_on_callback(this, output); + GLib.debug("GOT %d : %s", err, output); + this.git_async_on_callback(this, err, output); // this.unref(); // sp.unref(); -- 2.39.2