more debugging

This commit is contained in:
Jeff Carr 2025-08-22 01:20:22 -05:00
parent 2c74e3cde8
commit 624fd71c3d
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ func (f *Forge) submitPatchset(pset *Patchset) error {
if err := newpb.UnmarshalTEXT(body); err != nil { if err := newpb.UnmarshalTEXT(body); err != nil {
log.Infof("forged DID NOT SEND BACK PROTOBUF len(body)=%d %s (TODO: look for failure on cloudflare 'is human' check here)\n", len(body), body[0:100]) log.Infof("forged DID NOT SEND BACK PROTOBUF len(body)=%d %s (TODO: look for failure on cloudflare 'is human' check here)\n", len(body), body[0:100])
log.Infof("TODO: try to identify data here len(body)=%d body[0:40]=%s\n", len(body), body[0:40]) log.Infof("TODO: try to identify data here len(body)=%d body[0:40]=%s\n", len(body), body[0:40])
log.Info("BODY START:", body[0:10], string(body[0:10]))
log.Info(string(body)) log.Info(string(body))
return err return err
} }