From 2be94a377ab7f15b1b82db9ab9fe6744852e5146 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 21 Aug 2025 22:50:37 -0500 Subject: [PATCH] more debugging --- doPatchsets.go | 1 + 1 file changed, 1 insertion(+) diff --git a/doPatchsets.go b/doPatchsets.go index a3630d8..5e70e46 100644 --- a/doPatchsets.go +++ b/doPatchsets.go @@ -171,6 +171,7 @@ func savePatchset(w http.ResponseWriter, msg []byte) error { // fmt.Fprintln(w, "filename:", repo.Filename) response.Append(newp) } + log.Info("sent", m.Patches.Len(), "filenames. now going to attempt to marshal and send Patches protobuf") data, err := response.Marshal() if err != nil { log.Infof("savePatchset() proto.Marshal() error %v\n", err)