From e6dc6da8d2f5691aa66e196769bfbb8737cd7cd1 Mon Sep 17 00:00:00 2001 From: YaroShkvorets Date: Tue, 10 Oct 2023 23:24:30 -0400 Subject: [PATCH] change error message format --- libraries/chain/apply_context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/chain/apply_context.cpp b/libraries/chain/apply_context.cpp index 7cea2e189c..75d42dbe35 100644 --- a/libraries/chain/apply_context.cpp +++ b/libraries/chain/apply_context.cpp @@ -131,7 +131,7 @@ void apply_context::exec_one() } } } - } FC_RETHROW_EXCEPTIONS( warn, "${account}::${action} @ ${receiver} pending console output: ${console}", ("console", _pending_console_output)("account", act->account)("action", act->name)("receiver", receiver) ) + } FC_RETHROW_EXCEPTIONS( warn, "${receiver} <= ${account}::${action} pending console output: ${console}", ("console", _pending_console_output)("account", act->account)("action", act->name)("receiver", receiver) ) if( control.is_builtin_activated( builtin_protocol_feature_t::action_return_value ) ) { act_digest = generate_action_digest(