diff options
| author | Jeff Carr <[email protected]> | 2025-08-21 22:43:28 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-21 22:43:28 -0500 |
| commit | b83a5d491f91edf11a107320343da9ff15b2d8dc (patch) | |
| tree | 48e3d8305afd2a992981b7ca9b0779e7ff8efca9 /doGui.go | |
| parent | eb9dea5dd06a5170d636187c753146a2828c6f24 (diff) | |
rename to 'Namespace'
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ func drawWindow(win *gadgets.GenericWindow) { for patch := range notdone.IterAll() { comment := cleanSubject(patch.Comment) - log.Info("new patch:", patch.NewHash, "commithash:", patch.CommitHash, patch.RepoNamespace, comment) + log.Info("new patch:", patch.NewHash, "commithash:", patch.CommitHash, patch.Namespace, comment) } // savePatchsets() patchesWin = makePatchesWin(notdone) |
