Merge pull request #6883 from annando/uri-not-url

Fix notice - it's "uri" not "url"
2022.09-rc
Philipp 2019-03-14 23:38:36 +01:00 zatwierdzone przez GitHub
commit 96ffb213d3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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