From e7d71c78e22426e3b26b9d89b8ac2a3c02faded6 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 30 Jan 2025 06:21:26 -0600 Subject: GetPatchsets work --- windowViewPatchset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windowViewPatchset.go') diff --git a/windowViewPatchset.go b/windowViewPatchset.go index 3e4f374..24f17c7 100644 --- a/windowViewPatchset.go +++ b/windowViewPatchset.go @@ -132,7 +132,7 @@ func (r *patchWindow) addPatchset(grid *gui.Node, pset *forgepb.Patchset) { s := p.RepoNamespace repo := me.forge.FindByGoPath(s) if repo == nil { - log.Info("COULD NOT FIND", s) + log.Info("Could not figure out repo path", s) continue } repomap[repo] = append(repomap[repo], p) -- cgit v1.2.3