Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Commit

Permalink
rename methods to getSummary()
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPersistent committed Jun 2, 2012
1 parent d9f356f commit 0360184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CamelSpider/Spider/Indexer.php
Expand Up @@ -289,7 +289,7 @@ protected function collectLinksWithCrawler($crawler)

protected function getCapture()
{
echo $this->getResume();
echo $this->getSummary();

return array(
'log' => $this->getBackendLogger(),
Expand Down Expand Up @@ -336,7 +336,7 @@ protected function poolCollect($withLinks = false)
$this->logger('Can\'t collect:' . $e->getMessage(), 'err');
}

$this->logger($this->getResume(), 'info', 5);
$this->logger($this->getSummary(), 'info', 5);
}
}
}

0 comments on commit 0360184

Please sign in to comment.