Addming Mirror log message, a=chris

Chris Pollett [2015-01-17 01:Jan:th]
Addming Mirror log message, a=chris
Filename
bin/mirror.php
diff --git a/bin/mirror.php b/bin/mirror.php
index 1df9a1752..1b51032e1 100644
--- a/bin/mirror.php
+++ b/bin/mirror.php
@@ -217,6 +217,7 @@ class Mirror implements CrawlConstants
         if($this->start_sync <= $this->last_sync &&
             $this->last_sync + MIRROR_SYNC_FREQUENCY > $time) {
             $request .= "&a=syncList";
+            crawlLog("Getting Sync List..");
             $info_string = FetchUrl::getPage($request, NULL, true);
             if($info_string === false) {
                 return false;
ViewGit