]> git.mxchange.org Git - friendica.git/commitdiff
Added logging
authorMichael <heluecht@pirati.ca>
Tue, 12 Mar 2019 05:45:02 +0000 (05:45 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 12 Mar 2019 05:45:02 +0000 (05:45 +0000)
src/Network/Probe.php

index 135c36b744dffeef4b2f26be778ea2e5119f1e4e..3dceb81bc77b49db8c6c92b42664917e1749e712 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.', ['url' => $url]);
                }
 
                if (!isset($data['url'])) {