[CLEAN] Code style

This commit is contained in:
Neozonz 2014-01-24 10:51:30 -08:00
parent 12de49afe3
commit b6eb348d42

View File

@ -200,8 +200,7 @@ if ($aAllBlocks = $block->getAllUnaccounted('ASC')) {
else if (empty($aAllBlocks)) {
$log->logInfo("\tNo new blocks.");
// No monitoring event here, not fatal for PPS
}
else {
} else {
$log->logInfo("Failed to fetch unaccounted Blocks. NOTICE: " . $block->getCronError());
}
$log->logInfo("Completed PPS Payout");