changes crawLog to crawlLog in fetcher upload, a=chris

Chris Pollett [2013-04-12 04:Apr:th]
changes crawLog to crawlLog in fetcher upload, a=chris
Filename
bin/fetcher.php
diff --git a/bin/fetcher.php b/bin/fetcher.php
index 514d48f50..2b69bf56e 100755
--- a/bin/fetcher.php
+++ b/bin/fetcher.php
@@ -2182,7 +2182,7 @@ class Fetcher implements CrawlConstants
                         $info[self::STATUS] == self::REDO_STATE) {
                         crawlLog("Server requested last item to be re-sent...");
                         if(isset($info[self::SUMMARY])) {
-                            crawLog($info[self::SUMMARY]);
+                            crawlLog($info[self::SUMMARY]);
                         }
                         crawlLog("Trying again in 5 seconds...");
                     } else {
ViewGit