From: Alan Knowles Date: Wed, 1 Aug 2018 09:18:04 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=aebe127412a87d02c413c67d2b71610e0f9e7efd GitRepo.vala --- 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();