Fix notice - it's "uri" not "url"

This commit is contained in:
Michael 2019-03-14 21:55:18 +00:00
parent 78271f0593
commit a60a440c9a
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ class Probe
$data = $ap_profile;
}
} else {
Logger::notice('Time out detected. AP will not be probed.', ['url' => $url]);
Logger::notice('Time out detected. AP will not be probed.', ['uri' => $uri]);
}
if (!isset($data['url'])) {