more debugging

This commit is contained in:
Jeff Carr 2025-08-21 22:50:37 -05:00
parent a655c5a47e
commit 2be94a377a
1 changed files with 1 additions and 0 deletions

View File

@ -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)