]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/queuemonitor.php
Notices start saving selfLink from activities/objects
[quix0rs-gnu-social.git] / lib / queuemonitor.php
index cb68dee930ce81f50fbe28bae7afebce4227c3f6..1790a5cd67585f82236ef10f12b587ac91a44542 100644 (file)
@@ -104,6 +104,8 @@ class QueueMonitor
             }
         } catch (NoHttpResponseException $e) {
             common_log(LOG_ERR, __METHOD__ . ':'.$e->getMessage());
+        } catch (HTTP_Request2_Exception $e) {
+            common_log(LOG_ERR, __CLASS__ . ": Invalid $code redirect from $url to $target");
         }
     }