From 5f6a44b84af80d356b796f530f3727b0f9dde357 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 20 Mar 2019 15:11:43 +0800 Subject: [PATCH] Git.vala --- Git.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Git.vala b/Git.vala index 8b561720..ed4bc6dc 100644 --- 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" ); } -- 2.39.2