From 1b287c8d281ac963f1321cc7bd8c64272c9b4778 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 5 Aug 2023 21:40:59 +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 ff547a2..07be82a 100644 --- a/crontab/crawler.php +++ b/crontab/crawler.php @@ -1073,4 +1073,4 @@ echo ' delete: ' . $db->getDebug()->query->delete->total . PHP_EOL . PHP_EOL; echo '[time]' . PHP_EOL; echo $executionTimeTotal . PHP_EOL . PHP_EOL; -echo '-----------------------------------' . PHP_EOL . PHP_EOL; \ No newline at end of file +echo '---- ' . date('c') . ' ----' . PHP_EOL . PHP_EOL; \ No newline at end of file