Log room hints

main
gravel 3 years ago
parent 9314c91f70
commit 3d11649ab4
Signed by: gravel
SSH Key Fingerprint: SHA256:p4HP49CCk4YQMkJpWJ09L8peEPQWjERtdCRAFxPfbOY

@ -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