]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Photo.php
Enable POST route for /filerm module
[friendica.git] / src / Module / Photo.php
index c521d2be828bc1ec40693b64ffecbbb4b5f8041a..076dc8107afc7dee4e68221207dc03a688597fd2 100644 (file)
@@ -219,7 +219,7 @@ class Photo extends BaseModule
                $rest = $total - ($fetch + $data + $checksum + $output);
 
                if (!is_null($scale) && ($scale < 4)) {
-                       Logger::info('Performance:', ['scale' => $scale, 'resource' => $photo['resource-id'],
+                       Logger::debug('Performance:', ['scale' => $scale, 'resource' => $photo['resource-id'],
                                'total' => number_format($total, 3), 'fetch' => number_format($fetch, 3),
                                'data' => number_format($data, 3), 'checksum' => number_format($checksum, 3),
                                'output' => number_format($output, 3), 'rest' => number_format($rest, 3)]);