summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 22:48:32 -0500
committerJeff Carr <[email protected]>2025-09-04 22:48:32 -0500
commitc5025d25b2cb8306539f43c836063e0b55e49792 (patch)
treeacd4db7a7d295520e7cf09e62e5e0727828abb3d /doPatch.go
parente09849b1a21349f1ac5eaa8d61547a38815c28c6 (diff)
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 ee70400..50e12de 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -38,6 +38,7 @@ func doPatch() error {
log.Info("patch", p.Filename, p.Namespace)
}
me.forge.SubmitPatchesNew(old, "oldpatchset")
+ log.Infof("submitted %d old patches\n", old.Len())
return nil
}