Git.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 07:11:43 +0000 (15:11 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 07:11:43 +0000 (15:11 +0800)
Git.vala

index 8b56172..ed4bc6d 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -298,8 +298,8 @@ namespace  GitLive {
                        foreach(var br in this.remote_heads) {
                                GLib.debug("Remote: name=%s  oid=%s local_oid=%s is_local=%s",
                                        br.get_name(),
-                                       br.get_oid(),
-                                       br.get_local_oid(),
+                                       br.get_oid().to_string(),
+                                       br.get_local_oid().to_string(),
                                        br.is_local() ? "Y" : "n"
                                        );
                                        }