Skip to content

Commit

Permalink
Add which cacheid we are retrieving again so we can easier troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
spotweb committed Oct 20, 2013
1 parent 0a78a86 commit 411932d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
try {
$cacheDao->getCacheContent($cacheItem['id'], $cacheItem['cachetype'], $cacheItem['metadata']);
} catch(CacheIsCorruptException $x) {
echo PHP_EOL . ' Trying to fetch ' . $cacheItem['resourceid'] . ' again' . PHP_EOL;
echo PHP_EOL . ' Trying to fetch #' . $cacheItem['id'] . ' for ' . $cacheItem['resourceid'] . ' again' . PHP_EOL;

switch($cacheItem['cachetype']) {
case Dao_Cache::SpotNzb : {
Expand Down

0 comments on commit 411932d

Please sign in to comment.