summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-12 09:21:09 -0500
committerJeff Carr <[email protected]>2025-03-12 09:21:09 -0500
commit695da486d28ebbb61fa556ba21470a526c2cb2c8 (patch)
tree376d281f83c13b2379e8ff5ab54955676ac043e3 /doPatch.go
parent6cf3648b9467a08ea9e664774a319f67fc965528 (diff)
work on getting new patchset lists
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doPatch.go b/doPatch.go
index 3bae740..8198524 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -59,6 +59,7 @@ func savePatchsets() error {
if me.psets == nil {
return fmt.Errorf("savePatchesets() can't save nil")
}
+ log.Info("savePatchsets() len =", me.psets.Len())
data, err := me.psets.Marshal()
if err != nil {
log.Info("protobuf.Marshal() failed:", err)