Added logging
This commit is contained in:
parent
997b98e345
commit
4b98200315
|
@ -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'])) {
|
||||
|
|
Loading…
Reference in a new issue