Log room hints

dev
gravel 3 years ago
parent c82e8f11a6
commit b478e8ae68
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -501,6 +501,7 @@
// Check reachability before polling too much. // Check reachability before polling too much.
if (count($this->room_hints) >= 2) { if (count($this->room_hints) >= 2) {
log_info("Checking reachability for $base_url first..."); log_info("Checking reachability for $base_url first...");
log_value($this->room_hints);
if (!url_is_reachable($base_url)) { if (!url_is_reachable($base_url)) {
log_warning("Reachability test failed by $base_url."); log_warning("Reachability test failed by $base_url.");
return []; return [];

Loading…
Cancel
Save