From: Michael Date: Thu, 14 Mar 2019 21:55:18 +0000 (+0000) Subject: Fix notice - it's "uri" not "url" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a60a440c9af0caf5127c47bb59531138c906ea75;p=friendica.git Fix notice - it's "uri" not "url" --- diff --git a/src/Network/Probe.php b/src/Network/Probe.php index 3dceb81bc7..008106ec3f 100644 --- a/src/Network/Probe.php +++ b/src/Network/Probe.php @@ -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'])) {