From fff75d4d86080f920cbd5f8d05a115fec98e849f Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 5 Aug 2023 21:58:18 +0300 Subject: [PATCH] update debug message --- crontab/crawler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab/crawler.php b/crontab/crawler.php index 932a197..bee6190 100644 --- a/crontab/crawler.php +++ b/crontab/crawler.php @@ -1064,7 +1064,7 @@ echo ' download size: ' . $httpDownloadSizeTotal . PHP_EOL; echo ' requests time: ' . $httpRequestsTimeTotal . PHP_EOL . PHP_EOL; echo '[MySQL]' . PHP_EOL; -echo 'queries count:' . PHP_EOL; +echo 'queries:' . PHP_EOL; echo ' select: ' . $db->getDebug()->query->select->total . PHP_EOL; echo ' insert: ' . $db->getDebug()->query->insert->total . PHP_EOL; echo ' update: ' . $db->getDebug()->query->update->total . PHP_EOL;