Fix typo in last, a=chris

Chris Pollett [2015-12-18 23:Dec:th]
Fix typo in last, a=chris
Filename
src/library/WebQueueBundle.php
diff --git a/src/library/WebQueueBundle.php b/src/library/WebQueueBundle.php
index 776cc2afc..92cf1e473 100755
--- a/src/library/WebQueueBundle.php
+++ b/src/library/WebQueueBundle.php
@@ -302,7 +302,7 @@ class WebQueueBundle implements Notifier
         }
         $objects = $this->to_crawl_archive->addObjects("offset", $add_urls);
         for ($i = 0; $i < $count; $i++) {
-            L\crawlTimeoutLog("..Scheduler: Adding url %s of %s ",
+            crawlTimeoutLog("..Scheduler: Adding url %s of %s ",
                 $i, $count);
             $url = & $url_pairs[$i][0];
             $weight = $url_pairs[$i][1];
ViewGit