increase output

This commit is contained in:
Jeff Carr 2025-08-22 00:52:20 -05:00
parent e1eafe87c4
commit 6647a3db23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ func (f *Forge) submitPatchset(pset *Patchset) error {
newpb := NewPatches()
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:40])
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])
return err
}