StatusIcon.vala
authorAlan Knowles <alan@roojs.com>
Fri, 2 Nov 2018 06:27:30 +0000 (14:27 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Nov 2018 06:27:30 +0000 (14:27 +0800)
StatusIcon.vala

index e40f05f..7118d69 100644 (file)
@@ -194,7 +194,7 @@ public class StatusIconA : StatusIcon {
                        this.remove(m);
                }
                foreach(var r in GitRepo.singleton().cache.values ) {
-                       GLib.debug("checking %s for branch", r.name);
+                       GLib.debug("checking %s for branch = %s", r.name, r.activeBranch.name);
                        if (!r.is_wip_branch()) {
                                continue;
                                }