diff --git a/deliver/sender.go b/deliver/sender.go index 48bda74..de0fe93 100644 --- a/deliver/sender.go +++ b/deliver/sender.go @@ -39,7 +39,7 @@ func sendActivity(inboxURL string, KeyID string, body []byte, privateKey *rsa.Pr } defer resp.Body.Close() - logrus.Debug(inboxURL, resp.StatusCode) + logrus.Debug(inboxURL, " ", resp.StatusCode) if resp.StatusCode/100 != 2 { return errors.New("Post " + inboxURL + ": " + resp.Status) }