GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Wed, 1 Aug 2018 09:18:04 +0000 (17:18 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 1 Aug 2018 09:18:04 +0000 (17:18 +0800)
GitRepo.vala

index 9002546..a935731 100644 (file)
@@ -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();