Better logging for issue #205
This commit is contained in:
parent
a833eaa651
commit
cfd9aee57b
@ -125,6 +125,7 @@ class Discovery
|
|||||||
$xrd->loadString($response->getBody());
|
$xrd->loadString($response->getBody());
|
||||||
return $xrd;
|
return $xrd;
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
common_log(LOG_INFO, sprintf('%s: Failed for %s: %s', _ve($class), _ve($uri), _ve($e->getMessage())));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user