diff options
| author | Jeff Carr <[email protected]> | 2025-08-21 22:50:37 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-21 22:51:03 -0500 | 
| commit | 2be94a377ab7f15b1b82db9ab9fe6744852e5146 (patch) | |
| tree | 2f913b4da2fb640a8bc2c8dffd72ed49e8fc2672 | |
| parent | a655c5a47e96a1274d6bab5a8d1b25b14c4f6649 (diff) | |
| -rw-r--r-- | doPatchsets.go | 1 | 
1 files changed, 1 insertions, 0 deletions
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)  | 
