X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fqueuemonitor.php;h=1790a5cd67585f82236ef10f12b587ac91a44542;hb=8c9efff1ace2d5e466691abf038f096eb5dd5f51;hp=cb68dee930ce81f50fbe28bae7afebce4227c3f6;hpb=3ed632decf78ecdb8058f584d5e501b030ca894a;p=quix0rs-gnu-social.git diff --git a/lib/queuemonitor.php b/lib/queuemonitor.php index cb68dee930..1790a5cd67 100644 --- a/lib/queuemonitor.php +++ b/lib/queuemonitor.php @@ -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"); } }