summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index 380506c..0e82ef3 100644
--- a/doGui.go
+++ b/doGui.go
@@ -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)