diff options
| author | Jeff Carr <[email protected]> | 2025-01-30 06:21:26 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-30 06:21:26 -0600 |
| commit | e7d71c78e22426e3b26b9d89b8ac2a3c02faded6 (patch) | |
| tree | 059993878ed1c10848b7ce022db553d55e63c446 /windowViewPatchset.go | |
| parent | a76028dd23a0f43060e56098a5b0e56ae9c11bbb (diff) | |
GetPatchsets work
Diffstat (limited to 'windowViewPatchset.go')
| -rw-r--r-- | windowViewPatchset.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
