summaryrefslogtreecommitdiffstats
path: root/lib/Service/CurlService.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-06-12 16:36:50 -0100
committerGitHub <noreply@github.com>2019-06-12 16:36:50 -0100
commit3f55e9e93c5313c81d1cff0d66827c643f6fb712 (patch)
tree69cbb1edecb689e34a293ad9630831228868a653 /lib/Service/CurlService.php
parent86a79d7cfc77980ecb9cc5d52a538df8ebc99bc6 (diff)
parent37dd4f763ecdf7cea43587e79ef32242e987d4f3 (diff)
Merge pull request #579 from nextcloud/misc/more-loggin
more loggin
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;