summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-30 19:00:57 -0600
committerJeff Carr <[email protected]>2025-01-30 19:00:57 -0600
commit282215e7606752e414cbb243941f0643af3e5cf3 (patch)
treed23a45b6dabbbae3feeee3b380348feba3c4cd0d /doPatch.go
parentb60e7aa98b9d11ea441f6bc8c3e9c12a4a3c7966 (diff)
moved good/bad into the GUI
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doPatch.go b/doPatch.go
index 4fd3330..b1d71cb 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -39,7 +39,7 @@ func doPatch() error {
func doPatchList() error {
psets, err := openPatchsets()
if err != nil {
- log.Info("Get Patchsets failed", err)
+ log.Info("Open Patchsets failed", err)
return err
}
log.Info("got psets len", len(psets.Patchsets))