Added logging

This commit is contained in:
Michael 2019-03-12 05:45:02 +00:00
parent 997b98e345
commit 4b98200315
1 changed files with 2 additions and 0 deletions

View 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'])) {