summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
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))