diff --git a/routers/api/v1/activitypub/repository.go b/routers/api/v1/activitypub/repository.go
index 35e25cad4e..3c9aa35eda 100644
--- a/routers/api/v1/activitypub/repository.go
+++ b/routers/api/v1/activitypub/repository.go
@@ -73,7 +73,7 @@ func RepositoryInbox(ctx *context.APIContext) {
 	opt := web.GetForm(ctx).(*forgefed.Star)
 
 	log.Info("RepositoryInbox: Activity.Source %v", opt.Source)
-	log.Info("RepositoryInbox: Activity.Actor %v", opt.Activity)
+	log.Info("RepositoryInbox: Activity.Actor %v", opt.Actor)
 
 	// assume actor is: "actor": "https://codeberg.org/api/activitypub/user-id/12345"