last cleanup before merge

This commit is contained in:
Sebastian Grewe 2013-07-08 08:49:55 +02:00
parent c9df482683
commit 83f8438a9c
2 changed files with 1 additions and 2 deletions

View File

@ -131,7 +131,7 @@ foreach ($aAllBlocks as $iIndex => $aBlock) {
} }
// Mark this block as accounted for // Mark this block as accounted for
if (!$block->setAccounted($aBlock['id'])) { if (!$block->setAccounted($aBlock['id'])) {
verbose("\nERROR : Failed to mark block as accounted! Aborting!\n"); $log->logFatal("Failed to mark block as accounted! Aborting!");
exit(1); exit(1);
} }
} }

View File

@ -53,7 +53,6 @@ foreach ($aAllBlocks as $iIndex => $aBlock) {
if (empty($aAccountShares)) { if (empty($aAccountShares)) {
$log->logFatal('No shares found for this block, aborted: ' . $aBlock['height']); $log->logFatal('No shares found for this block, aborted: ' . $aBlock['height']);
sleep(2);
exit(1); exit(1);
} }