oops
This commit is contained in:
parent
5c0ed4ef8c
commit
2c74e3cde8
|
@ -65,7 +65,7 @@ func (f *Forge) submitPatchset(pset *Patchset) error {
|
|||
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("TODO: try to identify data here len(body)=%d body[0:40]=%s\n", len(body), body[0:40])
|
||||
log.Info(body)
|
||||
log.Info(string(body))
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue