Git.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 08:19:41 +0000 (16:19 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 08:19:41 +0000 (16:19 +0800)
Git.vala

index 32d0f7f..b1e524a 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -28,10 +28,10 @@ void main()
        var loop = new MainLoop();
        
        var a = new GitLive.Repo("/home/alan/gitlive/gitlive");
-       
+      GLib.debug("Starting");  
        a.loadRemoteHeads.begin(true, (obj,res) => {
                a.loadRemoteHeads.end(res);
-               print("got results");
+                GLib.debug("got results");
                a.loadLocalBranches();
                loop.quit();
        });