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)