Skip to content

Commit 6fa7487

Browse files
committed
More logging for #245
1 parent 30a7d51 commit 6fa7487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/smithereen/routes/ActivityPubRoutes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ else if(o!=null)
10761076
if(Config.DEBUG)
10771077
throw new BadRequestException("No handler found for activity type: "+getActivityType(activity));
10781078
else
1079-
LOG.error("Received and ignored an activity of an unsupported type {}: {}", getActivityType(activity), body);
1079+
LOG.error("Received and ignored an activity of an unsupported type {} (actor type is {}): {}", getActivityType(activity), actor.getClass().getName(), body);
10801080
return "";
10811081
}
10821082

0 commit comments

Comments
 (0)