]> git.mxchange.org Git - friendica.git/commitdiff
Fix notice - it's "uri" not "url"
authorMichael <heluecht@pirati.ca>
Thu, 14 Mar 2019 21:55:18 +0000 (21:55 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 14 Mar 2019 21:55:18 +0000 (21:55 +0000)
src/Network/Probe.php

index 3dceb81bc77b49db8c6c92b42664917e1749e712..008106ec3f41f6f60fd2b56d23286219465c803b 100644 (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'])) {