Skip to content

Commit

Permalink
Debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
LenyKholodov committed Mar 4, 2019
1 parent 29a6687 commit 6270b21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cryptonote_core/blockchain_based_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ void BlockchainBasedList::apply_block(uint64_t block_height, const crypto::hash&

//update tier

LOG_PRINT_L0("Blockchain based list has been built for block " << block_height << " and tier " << i << " with " << new_supernodes.size() << " supernode(s)");

new_tier.emplace_back(std::move(new_supernodes));
}

Expand Down

0 comments on commit 6270b21

Please sign in to comment.