more debugging
This commit is contained in:
parent
a655c5a47e
commit
2be94a377a
|
@ -171,6 +171,7 @@ func savePatchset(w http.ResponseWriter, msg []byte) error {
|
||||||
// fmt.Fprintln(w, "filename:", repo.Filename)
|
// fmt.Fprintln(w, "filename:", repo.Filename)
|
||||||
response.Append(newp)
|
response.Append(newp)
|
||||||
}
|
}
|
||||||
|
log.Info("sent", m.Patches.Len(), "filenames. now going to attempt to marshal and send Patches protobuf")
|
||||||
data, err := response.Marshal()
|
data, err := response.Marshal()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Infof("savePatchset() proto.Marshal() error %v\n", err)
|
log.Infof("savePatchset() proto.Marshal() error %v\n", err)
|
||||||
|
|
Loading…
Reference in New Issue