From: Mikael Nordfeldth Date: Sat, 2 Jul 2016 11:32:23 +0000 (+0200) Subject: Better logging for issue #205 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cfd9aee57bd1344313ccfbc0d699db74297e80dc;p=quix0rs-gnu-social.git Better logging for issue #205 --- 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; } }