Skip to content

Commit fa7f8f6

Browse files
committed
update
1 parent d57850d commit fa7f8f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tvm_executor/src/ordinary_transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ impl TransactionExecutor for OrdinaryTransactionExecutor {
475475
params.block_version,
476476
) {
477477
Ok((bounce_ph, Some(bounce_msg))) => {
478-
log::debug!(target: "executor", "bounce_phase: out_msg value: {:?}", bounce_msg.get_value().unwrap());
478+
log::debug!(target: "executor", "bounce_phase: out_msg value: {}", bounce_msg.get_value().unwrap());
479479
out_msgs.push(bounce_msg);
480480
Some(bounce_ph)
481481
}

0 commit comments

Comments
 (0)