]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPRequest.php
Replaced debug log
[friendica.git] / src / Network / HTTPRequest.php
index 93ce86c870c829368f0ae90a8b2f58a58acbc6b4..a0d940414e0a7c331be5cd63d08c7f0fa5c5ee4c 100644 (file)
@@ -141,7 +141,7 @@ class HTTPRequest implements IHTTPRequest
                curl_setopt($ch, CURLOPT_ENCODING, '');
 
                if (!empty($opts['headers'])) {
-                       $this->logger->warning('Wrong option \'headers\' used.');
+                       $this->logger->notice('Wrong option \'headers\' used.');
                        @curl_setopt($ch, CURLOPT_HTTPHEADER, $opts['headers']);
                }
 
@@ -184,8 +184,6 @@ class HTTPRequest implements IHTTPRequest
                        curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
                }
 
-               $logger = $this->logger;
-
                $s         = @curl_exec($ch);
                $curl_info = @curl_getinfo($ch);