summaryrefslogtreecommitdiffstats
path: root/lib/Service/CurlService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/CurlService.php')
-rw-r--r--lib/Service/CurlService.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Service/CurlService.php b/lib/Service/CurlService.php
index 01eabb30..ef12a93e 100644
--- a/lib/Service/CurlService.php
+++ b/lib/Service/CurlService.php
@@ -175,7 +175,9 @@ class CurlService {
}
if (strtolower($actor->getId()) !== strtolower($id)) {
- throw new InvalidOriginException();
+ throw new InvalidOriginException(
+ 'CurlService::retrieveAccount - id: ' . $id . ' - actorId: ' . $actor->getId()
+ );
}
return $actor;