summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2022-01-06 21:34:23 -0800
committerGabe Kangas <gabek@real-ity.com>2022-01-06 23:02:49 -0800
commitd9cadf7a392f8ec5e5be32be3caf8ce4d04c2305 (patch)
treefdace5515bbf3ea00432d4d2f51f777d263bc8db
parent9500ea560e4599cb4a81568996e89843a59173f4 (diff)
Remove value from log message
-rw-r--r--activitypub/controllers/inbox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub/controllers/inbox.go b/activitypub/controllers/inbox.go
index 68b3473bd..29955d47d 100644
--- a/activitypub/controllers/inbox.go
+++ b/activitypub/controllers/inbox.go
@@ -32,7 +32,7 @@ func acceptInboxRequest(w http.ResponseWriter, r *http.Request) {
if len(urlPathComponents) == 5 {
forLocalAccount = urlPathComponents[3]
} else {
- log.Errorln("Unable to determine username from url path", r.URL.Path)
+ log.Errorln("Unable to determine username from url path")
w.WriteHeader(http.StatusNotFound)
return
}