1
0
Fork 1

Log room hints

pull/26/head
gravel 1 year ago
parent 9314c91f70
commit 3d11649ab4
Signed by: gravel
SSH Key Fingerprint: SHA256:p4HP49CCk4YQMkJpWJ09L8peEPQWjERtdCRAFxPfbOY

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