X-Git-Url: https://git.mxchange.org/?p=quix0rs-gnu-social.git;a=blobdiff_plain;f=plugins%2FOStatus%2Fclasses%2FOstatus_profile.php;h=e35cfe43577bd9fc9055fdc167db12b782cabf58;hp=00c87bb004839838d9c9b7ae722a5625e0387cbd;hb=3471213d1c9921a6433678edc2f4ca0113a73287;hpb=ab93bb009c8533c8847aafe76ba9774d9d74e7ca diff --git a/plugins/OStatus/classes/Ostatus_profile.php b/plugins/OStatus/classes/Ostatus_profile.php index 00c87bb004..e35cfe4357 100644 --- a/plugins/OStatus/classes/Ostatus_profile.php +++ b/plugins/OStatus/classes/Ostatus_profile.php @@ -473,6 +473,9 @@ class Ostatus_profile extends Managed_DataObject $this->processEntry($entry, $feed, $source); } catch (AlreadyFulfilledException $e) { common_debug('We already had this entry: '.$e->getMessage()); + } catch (ServerException $e) { + // FIXME: This should be UnknownUriException and the ActivityUtils:: findLocalObject should only test one URI + common_log(LOG_ERR, 'Entry threw exception while processing a feed from '.$source.': '.$e->getMessage()); } } }