diff options
| author | Jeff Carr <[email protected]> | 2025-08-22 00:52:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-22 00:52:20 -0500 |
| commit | 6647a3db239c2b551e25a4d21898b20589495b06 (patch) | |
| tree | 382075e11bd1fa42850117e817d8b3b24900bcef /patchset.Send.go | |
| parent | e1eafe87c44a54acc99e63b5d3dd740eb387efb5 (diff) | |
increase output
Diffstat (limited to 'patchset.Send.go')
| -rw-r--r-- | patchset.Send.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchset.Send.go b/patchset.Send.go index 7ab0df9..15ef9aa 100644 --- a/patchset.Send.go +++ b/patchset.Send.go @@ -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 } |
