From 9a73d907f4920e54ab6b26115f79e6c49feac577 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Mon, 14 Sep 2015 14:46:02 +1200
Subject: [PATCH] Make message prefix consistent

---
 core/CronArchive.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/CronArchive.php b/core/CronArchive.php
index 48d6ac4f47..401a589543 100644
--- a/core/CronArchive.php
+++ b/core/CronArchive.php
@@ -419,8 +419,8 @@ class CronArchive
         $this->logger->info("Archived week/month/year for {$this->archivedPeriodsArchivesWebsite} websites");
         $this->logger->info("Skipped {$this->skipped} websites");
         $this->logger->info("- Skipped {$this->skippedDayNoRecentData} websites: no new visit since the last script execution");
-        $this->logger->info("- Skipped {$this->skippedDayArchivesWebsites} websites day archiving: existing daily reports are less than {$this->todayArchiveTimeToLive} seconds old");
-        $this->logger->info("- Skipped {$this->skippedPeriodsArchivesWebsite} websites week/month/year archiving: existing periods reports are less than {$this->processPeriodsMaximumEverySeconds} seconds old");
+        $this->logger->info("- Skipped {$this->skippedDayArchivesWebsites} websites: existing daily reports are less than {$this->todayArchiveTimeToLive} seconds old");
+        $this->logger->info("- Skipped {$this->skippedPeriodsArchivesWebsite} websites: existing week/month/year periods reports are less than {$this->processPeriodsMaximumEverySeconds} seconds old");
 
         if($this->skippedPeriodsNoDataInPeriod) {
             $this->logger->info("- Skipped {$this->skippedPeriodsNoDataInPeriod} websites week/month/year archiving: no visit in recent days");
-- 
GitLab