Git.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 Feb 2019 09:27:04 +0000 (17:27 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Feb 2019 09:27:04 +0000 (17:27 +0800)
Git.vala

index 01c0cae..db550a2 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -39,7 +39,7 @@ namespace  Git {
                {
                        var ar = this.repo.list_remotes();
                        foreach(var n in ar) {
-                               GLib.debug("got remote %s", n);
+                               GLib.debug("got remote '%s'", n);
                                var r = this.repo.lookup_remote(n);
                                r.connect(Ggit.Direction.FETCH, this.callbacks, null, null);
                                var far = r.get_fetch_specs();