From cfd9aee57bd1344313ccfbc0d699db74297e80dc Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 2 Jul 2016 13:32:23 +0200 Subject: [PATCH] Better logging for issue #205 --- plugins/LRDD/lib/discovery.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/LRDD/lib/discovery.php b/plugins/LRDD/lib/discovery.php index 6818e12557..579f414bc6 100644 --- a/plugins/LRDD/lib/discovery.php +++ b/plugins/LRDD/lib/discovery.php @@ -125,6 +125,7 @@ class Discovery $xrd->loadString($response->getBody()); return $xrd; } catch (Exception $e) { + common_log(LOG_INFO, sprintf('%s: Failed for %s: %s', _ve($class), _ve($uri), _ve($e->getMessage()))); continue; } } -- 2.39.5