]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/Probe.php
Fix notice - it's "uri" not "url"
[friendica.git] / src / Network / Probe.php
index 135c36b744dffeef4b2f26be778ea2e5119f1e4e..008106ec3f41f6f60fd2b56d23286219465c803b 100644 (file)
@@ -352,6 +352,8 @@ class Probe
                        if (!empty($ap_profile) && empty($network) && (defaults($data, 'network', '') != Protocol::DFRN)) {
                                $data = $ap_profile;
                        }
+               } else {
+                       Logger::notice('Time out detected. AP will not be probed.', ['uri' => $uri]);
                }
 
                if (!isset($data['url'])) {