Append post error details.
This commit is contained in:
parent
6ca6c9aad0
commit
6c0d51f57c
@ -47,7 +47,7 @@ func sendActivity(inboxURL string, KeyID string, body []byte, publicKey *rsa.Pri
|
||||
|
||||
fmt.Println(inboxURL, resp.StatusCode)
|
||||
if resp.StatusCode/100 != 2 {
|
||||
return errors.New(resp.Status)
|
||||
return errors.New("Post " + inboxURL + ": " + resp.Status)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Loading…
x
Reference in New Issue
Block a user