]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/HTTPSignature.php
Merge pull request #10942 from annando/error-handling
[friendica.git] / src / Util / HTTPSignature.php
index 36919b5b64f0273dac38089d09f6fe597562c151..58af224243e5384373e9840717ba796cf4ca5ecb 100644 (file)
@@ -476,7 +476,7 @@ class HTTPSignature
        public static function getSigner($content, $http_headers)
        {
                if (empty($http_headers['HTTP_SIGNATURE'])) {
-                       Logger::info('No HTTP_SIGNATURE header');
+                       Logger::debug('No HTTP_SIGNATURE header');
                        return false;
                }