From 1db364fbf63733004e61c5552168e44f1a8c0033 Mon Sep 17 00:00:00 2001 From: sowle Date: Mon, 8 Jun 2020 18:05:32 +0300 Subject: [PATCH] minor log improvement --- src/currency_core/blockchain_storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/currency_core/blockchain_storage.cpp b/src/currency_core/blockchain_storage.cpp index b196fbee..51589fe9 100644 --- a/src/currency_core/blockchain_storage.cpp +++ b/src/currency_core/blockchain_storage.cpp @@ -5155,7 +5155,7 @@ bool blockchain_storage::handle_block_to_main_chain(const block& bl, const crypt TIME_MEASURE_START_PD(tx_append_time); if(!add_transaction_from_block(tx, tx_id, id, current_bc_size, actual_timestamp)) { - LOG_PRINT_L0("Block with id: " << id << " failed to add transaction to blockchain storage"); + LOG_PRINT_L0("Block " << id << " contains tx " << tx_id << " that can't be added to the blockchain storage"); if (taken_from_pool) { currency::tx_verification_context tvc = AUTO_VAL_INIT(tvc);