diff --git a/cronjobs/findblock.php b/cronjobs/findblock.php index 0538d94c..dae9b432 100755 --- a/cronjobs/findblock.php +++ b/cronjobs/findblock.php @@ -82,9 +82,9 @@ foreach ($aAllBlocks as $iIndex => $aBlock) { $iCurrentUpstreamId = $share->getUpstreamId(); $iAccountId = $user->getUserId($share->getUpstreamFinder()); } else { - verbose("Unable to fetch blocks upstream share\n"); + verbose("Unable to fetch blocks upstream share. Aborting!\n"); verbose($share->getError() . "\n"); - continue; + exit; } // Fetch share information if (!$iPreviousShareId = $block->getLastShareId()) {