update debug message

This commit is contained in:
ghost 2023-08-05 21:17:05 +03:00
parent 9fe33a3b2c
commit 7ddb47619a

View File

@ -1054,10 +1054,10 @@ echo '[manifests]' . PHP_EOL;
echo ' processed: ' . $manifestsProcessed . PHP_EOL . PHP_EOL;
echo '[HTTP]' . PHP_EOL;
echo 'Requests total:' . $httpRequestsTotal . PHP_EOL;
echo 'Requests size: ' . $httpRequestsSizeTotal . PHP_EOL;
echo 'Download size: ' . $httpDownloadSizeTotal . PHP_EOL;
echo 'Requests time: ' . $httpRequestsTimeTotal . PHP_EOL . PHP_EOL;
echo ' requests total:' . $httpRequestsTotal . PHP_EOL;
echo ' requests size: ' . $httpRequestsSizeTotal . PHP_EOL;
echo ' download size: ' . $httpDownloadSizeTotal . PHP_EOL;
echo ' requests time: ' . $httpRequestsTimeTotal . PHP_EOL . PHP_EOL;
echo '[MySQL]' . PHP_EOL;
echo 'queries count:' . PHP_EOL;